Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

417 transactions (0.21 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,616 000000000000000000022cb30000000000000000000000000000000000000000 0.19 vMB 394 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,615 (847,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,619 61,619 00000000071357213e160a82e378f15da1d84ca1816c607d9a6b10d696a07ec0 0.00 MB 1 0
61,618 61,618 0000000008c0f4ba40ee6de5fd565b130cbd5cda49b524b8d0f07035e6c654be 0.00 MB 1 0
61,617 61,617 0000000001c23ed7233779b4ecf1e91278839ca51519fdd497e33474f763cf7e 0.00 MB 1 0
61,616 61,616 0000000004e71416be86ed7b4ace4a97ca719bfc58ac499f675918a34fe53991 0.00 MB 1 0
61,615 61,615 000000000c81577787a31f8ab60f76dc4796fb0d0e587f1698afb3fc2279349d 0.00 MB 4 0
61,614 61,614 0000000000700c5da5d47cd9eba5a2240e415e0d8a46a85f81aa6048f770eb61 0.00 MB 1 0
61,613 61,613 000000000c5b05a71d6cb80932a649f69b45946d8baed7bd8950e8bcb7d9e7a8 0.00 MB 1 0
61,612 61,612 000000000dadcc02a34d0400796b8708647e37bf7d8f80e0332208f261076308 0.00 MB 2 0
61,611 61,611 00000000039558942341efc7a414180672e2dd10bd001cdc1dae9ba4a9c52cd9 0.00 MB 1 0
61,610 61,610 000000000657a5a1171224bebc3d6a7be1e417d8f7536dfe0af47d55dad2702c 0.00 MB 4 0
61,609 61,609 00000000099840a3193347f4a512e9c9a4e95a82c3755d800b1040d4f9ee6efc 0.00 MB 2 0
61,608 61,608 000000000d963536eefa124c3986926e8ea2de7bc8f8e119750da857e0cea584 0.00 MB 1 0
61,607 61,607 0000000004114bd48b2c8ec7689ca3914866ca152d1f865a0461a531560a7e0d 0.00 MB 1 0
61,606 61,606 00000000056c78e33ea2df762e27733304013607187925488433f9ce212631ba 0.00 MB 1 0
61,605 61,605 000000000160db89952dfa62b75ddd318c1b38e36a1fe24bf82522c2fd28696b 0.00 MB 1 0
61,604 61,604 0000000002970098e8f4894d95900adad3032bcb608294eb5504afa4178da9b2 0.00 MB 1 0
61,603 61,603 000000000796969c6cbd667a566221e77e75cbe0b3bb77b3e88392945635eecd 0.00 MB 1 0
61,602 61,602 000000000d83fc3a3bf385cb57a7338d951d06650b4c19bc5fda040cfd80066a 0.00 MB 1 0
61,601 61,601 0000000005ea1719807201a36b544e5ee7f319c554a3851a4e19dfe034f0f139 0.00 MB 1 0
61,600 61,600 000000000031065b177c698ac59d483e3f089f1b94ecfe5958a285d7dccd0775 0.00 MB 1 0
61,599 61,599 0000000003811f759aff096fe244c1d8ec21152bcb6b99991abfd6b8c153e375 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,101.97 GB sent, 111.78 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.