Loading Tool

Explorer IconExplorer

Memory Pool

35,620 transactions
25.98 vMB
0.06700009 BTC
Random Selection Loading Transactions
Max Size: 132.57/200 MB

Candidate Block

Mining Attempt 0fc3672c26bed4045c87ef4027d4b28fcaec534a9635b1286c6ff3c222141b70
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root e2070cbc09f91d59760438850dc1750fe30f3e8ce4d5bc2f65f090507622fc33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,714
Size: 1.00 vMB
Total Fees: 0.01929113 BTC
Feerates: 713.01 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (81,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,842 832,842 000000000000000000003c7a18e6aca874360e0732e43163a1d3e0eaff5035e4 2,415 1.00/1.00 vMB 32
832,841 832,841 00000000000000000001d9a03928cc7f7611758d2ccd560d021243a97ffaebf2 3,178 1.00/1.00 vMB 44
832,840 832,840 00000000000000000003557baeabc41a75252ae6e51908584bcfd97ec52dea31 3,418 1.00/1.00 vMB 46
832,839 832,839 000000000000000000035f0b1ba3f69cf518d57bceacbcda2e60e7f8b258de06 3,110 1.00/1.00 vMB 37
832,838 832,838 000000000000000000008158c94438b89d7efb3009554902aed63cc5a0594266 2,450 1.00/1.00 vMB 22
832,837 832,837 00000000000000000000929eb91e1ea215340b9b76ca3b381c5afb3fda6107a9 3,243 1.00/1.00 vMB 31
832,836 832,836 0000000000000000000300efeadd4996b9955d9520972ae115e2ba30e98535b2 3,502 1.00/1.00 vMB 39
832,835 832,835 00000000000000000000e5061ceefdaa7169d6ff5ad8ef6b726d0e8c9fd32199 3,313 1.00/1.00 vMB 36
832,834 832,834 00000000000000000001a5c9ba6e70144cb6b2f528041aa58d86e1800aba17bf 3,432 1.00/1.00 vMB 40
832,833 832,833 00000000000000000003463b3d6549c6073f3450529a063e699b067052e3d420 1,376 1.00/1.00 vMB 16
832,832 832,832 0000000000000000000274425dd3b98bbc97d5f8fa28b7fe611d384bcd45e6d6 1,954 1.00/1.00 vMB 15
832,831 832,831 00000000000000000000dd82a6b849d6d4791d7b88522d4ab93fe44c9b349c28 3,126 1.00/1.00 vMB 27
832,830 832,830 00000000000000000003750bb1da9db12668f416297acff3ffdca252d8c79718 1,864 1.00/1.00 vMB 17
832,829 832,829 000000000000000000037416d0ce35ae4fde033df5c4db4fb25c7d834ee95235 3,079 1.00/1.00 vMB 22
832,828 832,828 0000000000000000000085868ad0a0fc977f462d243b7a6699112009d2a75b61 3,725 1.00/1.00 vMB 23
832,827 832,827 0000000000000000000038e848a55e67921fe1b74de859ead7b62b93b38d02a2 3,889 1.00/1.00 vMB 21
832,826 832,826 0000000000000000000330fd29f4c47fc24859937987b344ff78279bd2c0a374 828 1.00/1.00 vMB 13
832,825 832,825 0000000000000000000376a3d8b49cde9023a8f0e4ec3a819161f87ffdc4f871 1,018 1.00/1.00 vMB 14
832,824 832,824 00000000000000000002831380cfb3b83e9258831c75aa77a8b255d4cb2cae7c 3,171 1.00/1.00 vMB 30
832,823 832,823 00000000000000000002f4eaaa3b8012201abbfa7d2f2a8835b9e74af006aa92 2,512 1.00/1.00 vMB 15
832,822 832,822 000000000000000000016a002161ef0aa204111d97bcc62c82a517d800ab2afa 3,402 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.82 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: 635.99 GB
    • Received: 12.34 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.