Loading Tool

Explorer IconExplorer

Memory Pool

87,896 transactions
32.53 vMB
0.15274445 BTC
Random Selection Loading Transactions
Max Size: 199.54/200 MB

Candidate Block

Mining Attempt 7c22c9df26670c955e5dbf96871317b673bd814dc4c296c7d139e2b7ba7c09b7
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root a83b0ad980d9ef2a5fcfcab36c109ce4c05c4514660761550b1666cf3a04a9ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,455
Size: 1.00 vMB
Total Fees: 0.06834750 BTC
Feerates: 502.65 > 6.85 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (112,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,963 802,963 00000000000000000002b83142881419b175a3c40f9255b0fd4e507040df99e8 5,550 1.00/1.00 vMB 7
802,962 802,962 000000000000000000033be23f18a550f383e380ec55e48697833ff106e40c90 4,983 1.00/1.00 vMB 11
802,961 802,961 0000000000000000000025177b268e492b3cab1d6e84635174d6bf41c5137258 4,669 1.00/1.00 vMB 8
802,960 802,960 00000000000000000004f1fe47d94a9e2429da474a507a4dff424d1922f9f79f 4,571 1.00/1.00 vMB 7
802,959 802,959 000000000000000000028edc5710f46ed57528c7209ac890fa37b60632db3f1b 3,892 1.00/1.00 vMB 7
802,958 802,958 000000000000000000017d6ee1b569f92c0e3a5999fbd1b9c86eeaf53a2c2aee 4,237 1.00/1.00 vMB 8
802,957 802,957 0000000000000000000079ade70ac35f37370912e257f9eb04aefa37c10d12c0 3,911 1.00/1.00 vMB 7
802,956 802,956 000000000000000000014decfb6385b47fb60448e8b27c8dc7374c4cc93bdf69 2,455 1.00/1.00 vMB 8
802,955 802,955 00000000000000000002ffe03ea258fa8196ca79cf2b0cd7ec79ee1f48016bed 2,791 1.00/1.00 vMB 13
802,954 802,954 00000000000000000002298914bd8bf766bbf41dae13a06a5fa708b51cbab0bb 6,882 1.00/1.00 vMB 6
802,953 802,953 00000000000000000003e18c520b1ccf864dd656156b803859e115d63290f5cb 3,471 1.00/1.00 vMB 6
802,952 802,952 0000000000000000000336fb77649c84a33c44b5627041afce36669591ce4bcf 1,849 1.00/1.00 vMB 10
802,951 802,951 00000000000000000004ded6687e36e1d39122a03b85104c9d68af7d5e3eccf4 2,884 1.00/1.00 vMB 9
802,950 802,950 000000000000000000035a8b2cbaa4dbebb3b21f12e4842c0523b1a5ccbb4de2 3,101 1.00/1.00 vMB 16
802,949 802,949 0000000000000000000511370d14a1526aa51eccec1fe95a5c5b116a4ae05c0c 4,100 1.00/1.00 vMB 10
802,948 802,948 00000000000000000004d6b2954376be5f3b429e0359dfacaabeb5acd7ed8ebf 2,541 1.00/1.00 vMB 11
802,947 802,947 000000000000000000046414c7e0cf060fa449dd99953f4705b119fe21b11253 4,085 1.00/1.00 vMB 8
802,946 802,946 000000000000000000051c8fbab524419fc9896c5c4c0464788d7221b0fb28f0 5,596 1.00/1.00 vMB 7
802,945 802,945 000000000000000000003918b6d168a753c84313c3679375d2a7f143f307d4bb 7,084 1.00/1.00 vMB 6
802,944 802,944 00000000000000000003e98242b83a9914da02546b261ab2d98c0f2f327da95f 3,939 1.00/1.00 vMB 8
802,943 802,943 000000000000000000035c5c2bb32890c8998ed7517a9522ff6b5791dd57d972 3,156 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.16 GB
    • Received: 16.85 GB
  • Uptime:

Notes

  • 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.