Loading Tool

Explorer IconExplorer

Memory Pool

81,012 transactions
30.39 vMB
0.13387097 BTC
Random Selection Loading Transactions
Max Size: 181.95/200 MB

Candidate Block

Mining Attempt a7a14c6a48b720be99ff83e32755f3990dde7e7158f5501171848853f8b35ce5
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 094cd5efdb76299f483fa1742dec397d60e532335a4a36dae3a8a1e7a1f94ad1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,636
Size: 1.00 vMB
Total Fees: 0.06153940 BTC
Feerates: 150.86 > 6.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (489,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,591 425,591 000000000000000003280833fccd4ff0a43711bc0810a195174adc4b53d7478a 1,951 1.00/1.00 vMB 62
425,590 425,590 00000000000000000413ece984f0a0e696942216c697b11caad25bfea4b1b5c2 2,616 1.00/1.00 vMB 55
425,589 425,589 000000000000000002cd7e23d1b4cfb8a150c820234845d7942023b1a9edb183 2,031 1.00/1.00 vMB 47
425,588 425,588 000000000000000001897cc0986cc493a516ad52a25ac05df4c506ae78ce70a3 1,545 1.00/1.00 vMB 55
425,587 425,587 00000000000000000465f778b51bca8d18024ab63448713291b80570526a8f7e 2,151 1.00/1.00 vMB 48
425,586 425,586 0000000000000000008b2a88a26afdaf53ce61ec0884db2cd1ffc610da565cfb 2,568 1.00/1.00 vMB 49
425,585 425,585 0000000000000000037422ecab8b4bf23fb6553ea258ec7becf85c2490c4fb6b 2,655 1.00/1.00 vMB 102
425,584 425,584 000000000000000004c52975f1a3f9a24cc8fe8b09013ef6a4ee3b0d8517486b 2,505 1.00/1.00 vMB 63
425,583 425,583 000000000000000004b778bafa8c6e2454b78071c68c75d38cf89942a204aae1 2,540 1.00/1.00 vMB 82
425,582 425,582 0000000000000000025786ba51e4180657abbfa954006c0521365313130417b1 2,286 1.00/1.00 vMB 65
425,581 425,581 0000000000000000016c291bb342a553965013710f6287c5ca72d96e953beba5 2,272 1.00/1.00 vMB 89
425,580 425,580 000000000000000002379c20db6dae391cf90e1114069fe272a3e6e6dda5e7ce 2,257 1.00/1.00 vMB 113
425,579 425,579 000000000000000003bc393206328d58b161e5f98cd7270434aaf2a3d6b92c14 2,174 0.93/1.00 vMB 63
425,578 425,578 0000000000000000038c8f3ee69dd9790facfcadfea22804be6bac7151887928 2,604 1.00/1.00 vMB 81
425,577 425,577 0000000000000000028b308825a173354eb3c9bc57d907d805c6411931144e8e 2,517 1.00/1.00 vMB 66
425,576 425,576 00000000000000000036a344dab4f5ea16ed76cdba9d0a2022c2cf51f73b2466 2,381 0.99/1.00 vMB 91
425,575 425,575 000000000000000004b1cddd584febd4cffb14fd35b859e56b5322ac8ee5ef0b 2,159 0.75/1.00 vMB 78
425,574 425,574 000000000000000001848f5fb06691b15095e22400c75d0735c28e94c6c9d7f0 1,703 1.00/1.00 vMB 86
425,573 425,573 000000000000000001997b826916aa04d9c4984787627471bf6205fb4bfa02bc 2,225 1.00/1.00 vMB 77
425,572 425,572 0000000000000000028f489aa0c609b54e2988866bd250cd5c8f843459db4eea 2,012 0.99/1.00 vMB 116
425,571 425,571 0000000000000000014c7a1bdbe8043d31bcc2dd67cded9e5650cd105bf5b160 2,186 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.