Loading Tool

Explorer IconExplorer

Memory Pool

41,743 transactions
27.58 vMB
0.06992642 BTC
Random Selection Loading Transactions
Max Size: 142.67/200 MB

Candidate Block

Mining Attempt 2e9333249ca437d89c62bc02c24a5b995a36be507fad6108b056568bf201432c
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 6832d34ad0f332c813e8076b5c617e1996c9d9d0cf3f319877156739e594af05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,618
Size: 1.00 vMB
Total Fees: 0.01554498 BTC
Feerates: 100.53 > 1.56 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (446,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,859 467,859 000000000000000000f972b720d462e3b158d8c9c9f80cb5dd1e6fe2fa227d20 2,884 1.00/1.00 vMB 206
467,858 467,858 00000000000000000114ec654c29b6ada26d5547e388fa27256773a6d8710f21 2,505 1.00/1.00 vMB 308
467,857 467,857 00000000000000000051d45b26e3aaa027193fbc2cff1269d669be6fe553979a 2,551 1.00/1.00 vMB 316
467,856 467,856 0000000000000000006aacb2010a0d963e691038842e0d77b6b53b3828ec81ed 2,280 1.00/1.00 vMB 318
467,855 467,855 000000000000000000ced6a20e6027d46656cfc7d7e449bbe6875e7e03ba64c8 2,407 1.00/1.00 vMB 312
467,854 467,854 000000000000000001077a90cc4fe332855381fc8f1a6b72e2eb9223b0d1879b 2,297 1.00/1.00 vMB 272
467,853 467,853 00000000000000000026b5ef5e39b62ac1288a3a7af332205da84250e0ddfd8e 2,438 1.00/1.00 vMB 318
467,852 467,852 0000000000000000011dff4f4c5854e16850d6ce86adfb128c0174e774553f68 2,130 1.00/1.00 vMB 340
467,851 467,851 0000000000000000016e2f9fb84f94bae90828fef057ab1e8506a809e683ecd0 2,702 1.00/1.00 vMB 345
467,850 467,850 000000000000000001b1e98934d6363b269711eb959a968637a71536b2ce2bda 2,397 1.00/1.00 vMB 459
467,849 467,849 0000000000000000010adeb0031fc086ee12dde6222e4db44f7f637e3cae1b73 1,328 1.00/1.00 vMB 245
467,848 467,848 000000000000000000c5d28e0f3a65f5d05986b1b341b918b1f3b2c68203fcbd 2,709 1.00/1.00 vMB 274
467,847 467,847 000000000000000001ceeb188e9d22c2da252a053b7a947902174fd45c8b065b 2,034 1.00/1.00 vMB 259
467,846 467,846 000000000000000001bb27d8a98b17f6b10d6aa9d4a91c725ba94c7a36179f2b 1,606 1.00/1.00 vMB 249
467,845 467,845 000000000000000000387193302605e644a4adc6cb1dc4012cb2e474012e0f90 2,270 1.00/1.00 vMB 283
467,844 467,844 0000000000000000007979a921fce65afa8e93e40b10f3007910773609217eee 3,038 1.00/1.00 vMB 281
467,843 467,843 000000000000000001d62ccdf3684da55cf38c1b2f5913857287f8daf52d842d 2,686 1.00/1.00 vMB 393
467,842 467,842 000000000000000000038e443438c194c85fe0a0c60db7b687ceaca88c0078b4 2,721 1.00/1.00 vMB 292
467,841 467,841 000000000000000001b4f78eae4eb522c7ddd7d319a28cc9c78a362235716a05 1,937 1.00/1.00 vMB 330
467,840 467,840 000000000000000000e497c64afd954b2e4199bc7cd405532b3bd3ab4839e178 2,578 1.00/1.00 vMB 353
467,839 467,839 000000000000000000d2b9a361e419754c7a636815dc639bf7e5b4a72e4c1d8c 298 1.00/1.00 vMB 296
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.23 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.