Loading Tool

Explorer IconExplorer

Memory Pool

45,011 transactions
28.68 vMB
0.06569414 BTC
Random Selection Loading Transactions
Max Size: 152.65/200 MB

Candidate Block

Mining Attempt 627d11d5c5ac0a6d7aba9e19d896b283eb3efc9a024453c8be54cfe68877ac9e
Version 20000000
Previous Block 00000000000000000001715c951c8d4dbbe4a6e37b8651db580e2cce2f31d5f6
Merkle Root 7e459511e598f192bb94204263bc70cc0327078121b2f66103dece68d459b8da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,593
Size: 1.00 vMB
Total Fees: 0.01123587 BTC
Feerates: 301.60 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,857 (162,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
752,053 752,053 00000000000000000000fcf7a0b4d6100a701d723714114d84c488baa07376b7 3,101 1.00/1.00 vMB 11
752,052 752,052 00000000000000000001ab75661f815121d095ba55ff369516f53eb813009f14 3,168 1.00/1.00 vMB 14
752,051 752,051 000000000000000000083998ba32ebee74f0a64679a887ef4431aacfb79fb3bd 2,066 1.00/1.00 vMB 10
752,050 752,050 000000000000000000030a5d7b7b9b7a9fca4e8f170711b4ffcacfc668dabbc0 3,002 1.00/1.00 vMB 21
752,049 752,049 000000000000000000052cd04d756da5f0daedf32d979ebd2d53770e728e0c9d 2,847 1.00/1.00 vMB 15
752,048 752,048 00000000000000000007928fa657247513bfdd4df33e8356229f6f599e70488a 3,005 1.00/1.00 vMB 19
752,047 752,047 00000000000000000000b1c6374654fd431025054c2370838971fa5099aeb700 2,641 1.00/1.00 vMB 19
752,046 752,046 000000000000000000018a6f60a03f7aa6ad3989bf99dfbd3803db6bc145b847 1,063 1.00/1.00 vMB 9
752,045 752,045 00000000000000000002b77d4f287bad1c421365c726bf7b5e47658a47b3bd87 3,363 1.00/1.00 vMB 14
752,044 752,044 000000000000000000062dcf2c379312ce25ba0586208a3ffb97a0197ef8d758 3,050 1.00/1.00 vMB 21
752,043 752,043 00000000000000000005ebabdcba4bd1875baf9963efa268f1d98bf9d487bd9d 2,583 1.00/1.00 vMB 11
752,042 752,042 0000000000000000000552eacbe92d36247d8bdedd2a3b66cf49d772a6c42211 1,494 0.46/1.00 vMB 9
752,041 752,041 0000000000000000000053726dca8d7e8c5e187bf88499b1c2f67f6e95ea9992 1,928 0.80/1.00 vMB 9
752,040 752,040 00000000000000000005123ca0fa37c6a5091fbc19385ab8402a5df2835357f0 1,428 0.66/1.00 vMB 6
752,039 752,039 00000000000000000004ee8ac987d35c6644cc4a52e053b1d58b1cc7bd5f7ac8 1,754 1.00/1.00 vMB 4
752,038 752,038 00000000000000000006390113fd4a19e295eab5c01c1ba5f186d0f41929e41e 3,067 1.00/1.00 vMB 7
752,037 752,037 00000000000000000003db6f0b712deedb84c39e9dadc9e3c0f0bdd13619d6ea 2,587 1.00/1.00 vMB 12
752,036 752,036 00000000000000000006ef376569ccb158ef3aa22b912c12188179789f7c2fd2 3,005 1.00/1.00 vMB 12
752,035 752,035 0000000000000000000433370b052b68cd2288ccc186d60860c993a9dcc9eb99 1,972 1.00/1.00 vMB 12
752,034 752,034 0000000000000000000478e31c21ab27694d447c1b288769f4f96480f3bbca16 1,631 1.00/1.00 vMB 10
752,033 752,033 000000000000000000085d5a7983762ea67efd4e3059e9365779cb6dcca1b620 2,966 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.14 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: 652.62 GB
    • Received: 13.79 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.