Loading Tool

Explorer IconExplorer

Memory Pool

48,786 transactions
28.27 vMB
0.08098297 BTC
Random Selection Loading Transactions
Max Size: 150.95/200 MB

Candidate Block

Mining Attempt 7cd283a32954d38335c6f89b644f1d79cfc606cc0db8a2556757242441a276c7
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 375f511bdb3005ecd05acc37ee23baa1b370218891a7d0701898514b621a879d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,135
Size: 1.00 vMB
Total Fees: 0.02692705 BTC
Feerates: 500.45 > 2.70 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (79,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,505 835,505 00000000000000000000425def481018e9db3a4f98bf0350e23285e958a37808 2,738 1.00/1.00 vMB 24
835,504 835,504 000000000000000000029342395ca43b5e385ce8ab6a87e5671b5e8d5493a946 2,325 1.00/1.00 vMB 15
835,503 835,503 000000000000000000027b295fb7ce540c2da0d91b0b1aeda07b1fdc196a94d5 2,662 1.00/1.00 vMB 19
835,502 835,502 00000000000000000001283c01c1d071c0cfce05bfbde277201aacc5d2eeb835 429 1.00/1.00 vMB 8
835,501 835,501 000000000000000000014d62d586e4ff3f8e45ccdeae92490cefbe8b3031776d 2,465 1.00/1.00 vMB 11
835,500 835,500 0000000000000000000353dff16ae4413a75d671e7862e0b8706d24e38b9efbb 2,165 1.00/1.00 vMB 14
835,499 835,499 00000000000000000000095c9f947c670399f10407601b5a7aa8a73bd4ebe539 1,191 1.00/1.00 vMB 9
835,498 835,498 000000000000000000016f22594b5cea9e13c21a45f0ea3bc0cd3acb8141c213 2,909 1.00/1.00 vMB 14
835,497 835,497 000000000000000000003af48cb43d24e1b3f828c7377e9bd6385d5125babb12 3,446 1.00/1.00 vMB 9
835,496 835,496 00000000000000000002ffbdde39058c0aebbc6c992a6d604272309a7f37b03f 1,570 1.00/1.00 vMB 13
835,495 835,495 000000000000000000017c2e234bcedb2524b6baf5263eedf3959b21edc34475 2,341 1.00/1.00 vMB 19
835,494 835,494 00000000000000000001c92f8a3d9a7a000fb7c9c3ff7b0e60c81570cd76d3d1 2,955 1.00/1.00 vMB 24
835,493 835,493 00000000000000000000b8c2e528297f778c2296440e94515e1fa953641f16f5 2,829 1.00/1.00 vMB 11
835,492 835,492 0000000000000000000085be26b8ff324a7bc8ec7ef09131bf3b832b62501105 2,324 1.00/1.00 vMB 16
835,491 835,491 000000000000000000034c608e5ac29d23f248629cbd42c5e237312c78b17bd7 2,034 1.00/1.00 vMB 18
835,490 835,490 000000000000000000022936d5f824b67d2565a378811b3ecdda687566b9951f 2,855 1.00/1.00 vMB 20
835,489 835,489 00000000000000000001ed27b190cf1dcc9b2674c41c2334700dbff1e8ccbaeb 2,301 1.00/1.00 vMB 18
835,488 835,488 00000000000000000000dda6633493f0322d6e0a5ce311c8acab75b8f26c7b46 3,012 1.00/1.00 vMB 30
835,487 835,487 00000000000000000001445d41e5597941bf1210cafbb45078c8426cf90e691c 2,219 1.00/1.00 vMB 20
835,486 835,486 000000000000000000011501b32b2814a7c09c7cd9f21bbc7ad849d03f2bcb3e 1,711 1.00/1.00 vMB 24
835,485 835,485 0000000000000000000333ffcc788c604eb45e132fa5f17fa49c9391c0ea0dff 2,829 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.