Loading Tool

Explorer IconExplorer

Memory Pool

78,500 transactions
29.97 vMB
0.08725228 BTC
Random Selection Loading Transactions
Max Size: 179.04/200 MB

Candidate Block

Mining Attempt 3311f4af86a0991fa735aca7779392a2e394af9d819997e447cb6b5166d35e63
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root ac3dffa704d1ccbbd7836cce32127381c46a9d40c8b5e2178578b08ac6039021
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,716
Size: 1.00 vMB
Total Fees: 0.01852335 BTC
Feerates: 100.69 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (518,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,516 396,516 0000000000000000046733ece17c4a9b1820b0ded994e9a8af02abd94813faad 1,946 0.76/1.00 vMB 50
396,515 396,515 000000000000000005787a9cc8a04a09992929c51b3425e41979eab042529fe3 1,823 0.85/1.00 vMB 39
396,514 396,514 000000000000000006f97d16e966dd6c18a8ecfb762c1e455c1e7698e4e2197b 795 0.99/1.00 vMB 14
396,513 396,513 0000000000000000016a82340da77724bc814eafd9b439d9d4e6b5f42e18db0c 952 0.52/1.00 vMB 39
396,512 396,512 0000000000000000041b0e2b6f50854729dd027f515f1c2c5b695bfa267464d7 144 0.11/1.00 vMB 56
396,511 396,511 000000000000000000a1b5d54fde26533f33cb2057d971af9a346d244383aa77 1,374 0.82/1.00 vMB 36
396,510 396,510 0000000000000000014441ba075a3aab5782a1efa7e2b7a4d23056878cc7a36f 567 0.40/1.00 vMB 24
396,509 396,509 000000000000000008e10f2c2965f998d9353eb0b3673ae2c29ae3b7b3099995 1,827 0.74/1.00 vMB 50
396,508 396,508 0000000000000000078683c896c5e4c8d6570e518bc0e9ecf6b5a44e63189d41 1,300 0.99/1.00 vMB 22
396,507 396,507 000000000000000008e2bd2b7b157d9d785de1f91362c26b0e14bb683a0d0f9a 827 0.42/1.00 vMB 39
396,506 396,506 000000000000000008bdfb3f6a45e4009e78f14a30e23daf48661aff90f0042a 188 0.08/1.00 vMB 40
396,505 396,505 000000000000000005d328a4bd8149136ed86d62f0a782fd650540be26363bee 635 0.86/1.00 vMB 13
396,504 396,504 00000000000000000627f6e1fd673d9cb64d84e7a768bb2e0114e574c3ca5bfb 811 0.38/1.00 vMB 34
396,503 396,503 000000000000000007341915521967247f1dec17b3a311b8a8f4495392f1439b 694 0.36/1.00 vMB 41
396,502 396,502 000000000000000005253aa94da70619fca7c37996cd4b08bd8afb30fcc112ef 1,442 0.70/1.00 vMB 38
396,501 396,501 0000000000000000052b3e2ce3c30f8c41c562a96fd78a00e60b2151f08bf4ae 285 0.15/1.00 vMB 38
396,500 396,500 0000000000000000072b32721c1b7d16b834ea882ac856f1669479d69f4bfe8a 1,310 0.99/1.00 vMB 19
396,499 396,499 0000000000000000025788a4a2352d523ee91cdec52dd08e56b72c377bba5845 2,705 0.95/1.00 vMB 54
396,498 396,498 00000000000000000787c5f8d3cf3f7e24ce2264cfe6e3080d09ef6a3bcdac42 2,133 1.00/1.00 vMB 38
396,497 396,497 0000000000000000086bd4aca88896daeb26ff6a9dd39421e30d255881f254ec 348 0.22/1.00 vMB 29
396,496 396,496 0000000000000000067d3ca1894cc3e9c05ec05b76f1624fc731e6dd6776ebe9 554 0.38/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.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.