Loading Tool

Explorer IconExplorer

Memory Pool

82,517 transactions
31.14 vMB
0.11946839 BTC
Random Selection Loading Transactions
Max Size: 183.14/200 MB

Candidate Block

Mining Attempt 73594295c03b7f893ff764b92fba2f3a736b6c508ae70bcb5ea729582500172e
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 0407718f6962a4fcdf51f0d97a49d615f25bfe080aede8a5b1564062f8f659cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,711
Size: 1.00 vMB
Total Fees: 0.04069419 BTC
Feerates: 150.77 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (362,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,933 552,933 0000000000000000000b47d8eff9fd6eb358732adaadde0052bbfd74623308b7 2,263 1.00/1.00 vMB 21
552,932 552,932 0000000000000000000c6e0c753347fd4d71f1fd6cd55f461bbfccd6886f36a3 2,976 1.00/1.00 vMB 12
552,931 552,931 0000000000000000001e9f559a4794ba476b81df52baf014eeb1387730872705 1,371 1.00/1.00 vMB 21
552,930 552,930 0000000000000000002363b3563bd9823068b7c5eb787d409d62d3c3bdef17d9 2,752 1.00/1.00 vMB 28
552,929 552,929 0000000000000000002fabceb90e86da354aff807865c6db717305f16b9a6a13 2,577 0.99/1.00 vMB 23
552,928 552,928 0000000000000000002bab2a9d18570afae3db8ac1c36aa57f8cbb089f2c21ca 3,134 1.00/1.00 vMB 47
552,927 552,927 00000000000000000004abd2db64a35865383c0fbb5f6fe6b27011237932a057 2,937 1.00/1.00 vMB 36
552,926 552,926 00000000000000000021363e1128da21ca8ec355f6311156385a8de8331c59e8 2,924 1.00/1.00 vMB 33
552,925 552,925 0000000000000000002433db16fb44adb50bd0e81fd7856629209edb6fc256cb 1,791 1.00/1.00 vMB 32
552,924 552,924 00000000000000000006b319dd5eaeb30bc837f437826ed7d7e999d8b3fba4ae 1,444 1.00/1.00 vMB 17
552,923 552,923 0000000000000000002b3822457e4ab31ee760b4b6e356182244293034fb9289 2,506 1.00/1.00 vMB 29
552,922 552,922 0000000000000000001b8ef9cc3e04a7e21e935cc0322ea4fdd9e15c229f8b07 2,634 1.00/1.00 vMB 42
552,921 552,921 00000000000000000003f016dba1a9bdf828890d69717ae05bdeb7d4e7745de9 2,344 1.00/1.00 vMB 30
552,920 552,920 0000000000000000001ae853458382ee9696f84fae54dab4779a3af6d387c207 2,283 1.00/1.00 vMB 28
552,919 552,919 0000000000000000002c7caa8a449fae2ecc06ae480833259ae81a4f14454ad0 1,922 1.00/1.00 vMB 38
552,918 552,918 000000000000000000083960040146ae12b88163b9c392314821f0835725f1d9 2,568 1.00/1.00 vMB 29
552,917 552,917 000000000000000000067e7a3f4ae9536413dc72e4f5bacd333626b40ecdfd8d 2,828 1.00/1.00 vMB 28
552,916 552,916 0000000000000000002a8a1b28cc0e828e1d62cb0d0094711882cd0dbf5f0e24 2,238 1.00/1.00 vMB 18
552,915 552,915 0000000000000000001574359b4e642d96d8572fa3fe85141eedf201f26e34a9 3,073 1.00/1.00 vMB 41
552,914 552,914 00000000000000000017fd1c34ad5421e9903be0841ee7035b8b6ee6e03dc2df 2,464 1.00/1.00 vMB 27
552,913 552,913 00000000000000000001ae59cfc8a7bc3bee5ecced52c4fa247995b9783dab8e 3,255 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.