Loading Tool

Explorer IconExplorer

Memory Pool

50,558 transactions
30.28 vMB
0.14252531 BTC
Random Selection Loading Transactions
Max Size: 161.63/200 MB

Candidate Block

Mining Attempt 38d752f46e61c52e84565a6742a08b332ac6b4b2a8812b298e2d77da48621f25
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 7c9b7c5945c1df1d234324eb6f3beb4c724cbd26e35bf90aa459be5ea9f267b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,289
Size: 1.00 vMB
Total Fees: 0.07200981 BTC
Feerates: 529.61 > 7.22 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (79,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,951 834,951 000000000000000000029c61a4c8defa18ce199b47e01cada2c702fa7362242a 2,439 1.00/1.00 vMB 25
834,950 834,950 000000000000000000012d033bc85bcbca71b8ff8acb5e9461bfd778d8bb29b4 2,524 1.00/1.00 vMB 26
834,949 834,949 000000000000000000025e7636f89a61c063af43d02485ea35885f6593e7cf6d 1,795 1.00/1.00 vMB 19
834,948 834,948 000000000000000000008f85e0b39591fab495fcf33dbd738138176a8d01e399 2,058 1.00/1.00 vMB 18
834,947 834,947 00000000000000000002a415057d5beea8059953cb647f803e0b65bf7655cb2f 3,531 1.00/1.00 vMB 48
834,946 834,946 00000000000000000002cffadf4fbe1e2725b881442b641185e7e7b224f87573 1,997 1.00/1.00 vMB 24
834,945 834,945 00000000000000000002acabde523ea05865f5db0c9e5ac8728f990e8084f633 1,486 1.00/1.00 vMB 19
834,944 834,944 0000000000000000000089f5ae0e103f2baf58ee2c0e7e9bfbd0bfb9253e2a54 2,421 1.00/1.00 vMB 18
834,943 834,943 00000000000000000002fb0735631ec68f0a17cfe79b8d3162305b748ff762a9 1,834 1.00/1.00 vMB 16
834,942 834,942 00000000000000000001f6da913954e19f4ccb82de0ba0c88b08b05a93059552 3,740 1.00/1.00 vMB 11
834,941 834,941 000000000000000000004d3df8632a64aefbf381633e44e31d26d4ce6c0af200 2,610 1.00/1.00 vMB 28
834,940 834,940 00000000000000000001c58fb7807f8045869b0564d1f66bad11fb16951cae61 1,924 1.00/1.00 vMB 14
834,939 834,939 000000000000000000034f04bdb21efef63a4b14d84bd742a1840dbe522de4d5 2,901 1.00/1.00 vMB 29
834,938 834,938 00000000000000000002c7161ce6074d907194c7f30c3cfd4683616cd27b54e5 2,800 1.00/1.00 vMB 21
834,937 834,937 000000000000000000022c8151a5f1156ae36a047204e7f8ce787ed079ef6100 2,669 1.00/1.00 vMB 18
834,936 834,936 00000000000000000000388efaed649a0b9de69394c11124692381deea4b5c01 2,697 1.00/1.00 vMB 41
834,935 834,935 000000000000000000027e099a0a67f730439915ff1e8d040fe31b9797b2962b 2,122 1.00/1.00 vMB 12
834,934 834,934 000000000000000000019a5efacb7032c5d66d5eba1c6076921bbd90cb7b7cb7 433 1.00/1.00 vMB 12
834,933 834,933 0000000000000000000353e026ffd13563b7473f304340425e7300dc6bf37841 2,176 1.00/1.00 vMB 13
834,932 834,932 000000000000000000016d10b639067b4e0b5569f94dae9ca4639d8eef1edcef 838 1.00/1.00 vMB 12
834,931 834,931 0000000000000000000220ff30b41d6859177cdabe5876b29597f7c31ef488ec 1,917 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.12 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.09 GB
    • Received: 13.71 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.