Loading Tool

Explorer IconExplorer

Memory Pool

43,722 transactions
27.14 vMB
0.06056398 BTC
Random Selection Loading Transactions
Max Size: 143.25/200 MB

Candidate Block

Mining Attempt a9c80746da50ebf48ca7735d0750f66c4ff7a72bec6bcf699c67852051b7bd20
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 9cf05f069a4bb3c32c956b37deae2d6320607b436af60f8fd03183e395d626a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,546
Size: 1.00 vMB
Total Fees: 0.00985014 BTC
Feerates: 200.99 > 0.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (131,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,670 783,670 00000000000000000001d08346ff3f2cb2242ef3a96f9e56804b9c631dd727de 1,556 1.00/1.00 vMB 21
783,669 783,669 00000000000000000001f3f7a5b450aea05998fbda8f20f91eac1dc38defe0bf 2,434 1.00/1.00 vMB 10
783,668 783,668 00000000000000000004f0e5dda0c066a12b68acdc05795c51997fd6bc5b7881 2,839 1.00/1.00 vMB 18
783,667 783,667 0000000000000000000528b89bf399bf3e4d9396fb5ef70ec8fbcef1444a5201 2,785 1.00/1.00 vMB 28
783,666 783,666 000000000000000000010db606cb3222d43e129ae356e1da1f00cc62af29e2f5 3,410 1.00/1.00 vMB 32
783,665 783,665 000000000000000000030fba022a3f4eb4c150b1c83932457547aa280e7a9421 2,863 1.00/1.00 vMB 19
783,664 783,664 0000000000000000000263bd4d5b6bf9e0cde40ba43fc81b7a404cb2e71f02bf 2,340 1.00/1.00 vMB 11
783,663 783,663 00000000000000000000132428180cb9d0930cfcf245aafe2c2f672cafe109b0 3,324 1.00/1.00 vMB 10
783,662 783,662 00000000000000000003bffe7af768605288d4aa14ebeaa3651d37fb64a56434 3,274 1.00/1.00 vMB 21
783,661 783,661 00000000000000000000478fda6a8b3d877e97afd4215e6bf52c787d55acb2d5 3,196 1.00/1.00 vMB 9
783,660 783,660 00000000000000000004cea0ed2d4c65b679705a1b40a351c0314c1a31c822b1 2,919 1.00/1.00 vMB 22
783,659 783,659 0000000000000000000515569ad124fc714c5d5b329ad4a1874cc2a3403cd230 2,925 1.00/1.00 vMB 20
783,658 783,658 00000000000000000004c2c0ecdea0d902c334b5da12862d1c97c46fe59ce0be 817 1.00/1.00 vMB 17
783,657 783,657 00000000000000000001d9310a4ceb93bd949a512516d84a82948b864012deec 1,789 1.00/1.00 vMB 15
783,656 783,656 0000000000000000000542f4110759c30dccae755c037f1e82f1a27cb2666f57 3,250 1.00/1.00 vMB 21
783,655 783,655 000000000000000000027679d23cb5de795f20ea2435ef98616847b813aab1ac 2,611 1.00/1.00 vMB 16
783,654 783,654 00000000000000000005d9f292c8ca3032e7da146b4407ab81b50c2ae6bdbb9d 2,412 1.00/1.00 vMB 18
783,653 783,653 00000000000000000005811535d9d57cd4f8d236f9bf21beb94be82fa648f748 3,061 1.00/1.00 vMB 18
783,652 783,652 000000000000000000018c27d46afc6d62ce94fc900dfe5b8889fb184d4a6c7f 3,891 1.00/1.00 vMB 29
783,651 783,651 0000000000000000000349ffa1f6fcf133e5b8b0ee93f1a34632e3dcec9abe2b 3,589 1.00/1.00 vMB 23
783,650 783,650 00000000000000000001ef63297837d60c16842bb9c2690826a20df2591fd30a 3,897 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.25 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: 655.42 GB
    • Received: 14.31 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.