Loading Tool

Explorer IconExplorer

Memory Pool

81,693 transactions
30.51 vMB
0.07738587 BTC
Random Selection Loading Transactions
Max Size: 183.98/200 MB

Candidate Block

Mining Attempt aebdfde202dd9ea7f86491cf3903af60e6baa28cbba7f2bc17d2ebc632d2498e
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root cce42c3dbb48a5558e195e77ac72cdd0d4f205257c72d489c43fd429681b630a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,144
Size: 1.00 vMB
Total Fees: 0.01415652 BTC
Feerates: 40.91 > 1.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (181,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
733,672 733,672 00000000000000000004c23c02c16b2ba58233948809d9a69130003c095d1b5f 2,371 1.00/1.00 vMB 12
733,671 733,671 0000000000000000000566dc611ec8175a312afce07a9d02921c0e300969fb75 3,129 1.00/1.00 vMB 7
733,670 733,670 00000000000000000005bcf8c1c35cede0b8f4e8566ce71dcacb2a12ad706bba 3,025 1.00/1.00 vMB 19
733,669 733,669 0000000000000000000940e91c0defe180db775f11680c1537c61bf45aa6eb38 1,511 1.00/1.00 vMB 4
733,668 733,668 000000000000000000065963c15c39658dc2636cb3f1834a7a79ddb7b335d247 2,916 1.00/1.00 vMB 10
733,667 733,667 00000000000000000007054848e3427c18ab52044087c389bab29157a2b55663 2,063 1.00/1.00 vMB 6
733,666 733,666 00000000000000000006ce37697caa665fb5b800d460d1390251f4c9cce1f01b 2,395 1.00/1.00 vMB 7
733,665 733,665 000000000000000000093d817722ad8d78ba3c1fb9ccab1b801f5b4e59e86ac3 1,784 1.00/1.00 vMB 7
733,664 733,664 0000000000000000000204bcde13683605039b6d66d92ed85dd52d94b45b7e0b 3,226 1.00/1.00 vMB 9
733,663 733,663 00000000000000000007be73a25f31b5bd6442948d790407e3b07bc526e8517f 3,350 1.00/1.00 vMB 21
733,662 733,662 00000000000000000004cf982d17a1a58e78a8b7be0b6c7ff31205c365317b30 2,174 1.00/1.00 vMB 6
733,661 733,661 00000000000000000008710aecb2c48e1999355f72dba2b32ea6c97bb217ce46 2,808 1.00/1.00 vMB 12
733,660 733,660 00000000000000000005b9bd6b3e78e73cbec9110abf452d4f6f04650cf0898f 1,430 1.00/1.00 vMB 5
733,659 733,659 00000000000000000003f1bceca5113692e355a9ed70169ed567aebb9d86f2e2 2,477 1.00/1.00 vMB 8
733,658 733,658 000000000000000000057a0c2d4daedfd080ea7bb47d9c1b3d1d2bdf0aca0952 3,025 1.00/1.00 vMB 8
733,657 733,657 0000000000000000000384eeb7432a64cbfb0986db494e1e6892734f976c962f 2,259 1.00/1.00 vMB 4
733,656 733,656 000000000000000000081eee4e65710c28613eca10c488c059424d3b796207ce 1,317 1.00/1.00 vMB 9
733,655 733,655 00000000000000000001ea9a819bb6e1a851edd9ae0ba584b89f50b7c49a40c7 2,360 1.00/1.00 vMB 5
733,654 733,654 000000000000000000012d30bb56984ad2355cabc6b6007f733e9573a7f81625 2,057 1.00/1.00 vMB 11
733,653 733,653 00000000000000000007893dcc97d95a7701558f23b8db112bee71990f1c25a8 1,591 1.00/1.00 vMB 5
733,652 733,652 00000000000000000002c701f6621b505d4f116ae567ba6783ed1db311502667 2,899 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.35 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 661.73 GB
    • Received: 14.82 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.