Loading Tool

Explorer IconExplorer

Memory Pool

41,343 transactions
29.98 vMB
0.07108442 BTC
Random Selection Loading Transactions
Max Size: 152.32/200 MB

Candidate Block

Mining Attempt 8fcd7a958d6bd24ab711e14b4b4190647fd914869377a1f5d277f232640535a0
Version 20000000
Previous Block 00000000000000000001f159911b6b81a9562df458945e3743bcfba5bbd0f743
Merkle Root a0aa57d5012b27bcd4ad6162b68f3b6a7c50f7c3fa1b231eadc8dc1f1a47f4db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,376
Size: 1.00 vMB
Total Fees: 0.01149097 BTC
Feerates: 100.25 > 1.15 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,584 (524,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,815 389,815 000000000000000003744e67171b420bcb7c6505fd35c5544d4ea6cadfb3aa83 1,624 0.69/1.00 vMB 35
389,814 389,814 00000000000000000589d228d662cf0ef01cb49e2f209d8ea1d49773029777a4 1 0.00/1.00 vMB 0
389,813 389,813 00000000000000000599fe55151f14f3294a05196e94ce84c67f67d79fad9f75 1,274 0.59/1.00 vMB 36
389,812 389,812 00000000000000000639a0e56c2e6ccb51d035cadaf42133daa2b3b92ed23109 2,126 0.95/1.00 vMB 38
389,811 389,811 000000000000000006e406163d09b615573c6b2e8ce1a94cc54a8bedcef5e981 1,836 0.81/1.00 vMB 34
389,810 389,810 0000000000000000007ed685f1fc642d39d6033fbd4bddfa1ac76f3b20058c46 1,247 0.62/1.00 vMB 35
389,809 389,809 00000000000000000414cd3d3a4ef57c239130d936bd65512777a6ad216b60dc 1,753 0.95/1.00 vMB 28
389,808 389,808 00000000000000000328af5e40972cc124d948f1d4f90a3c2841223cd26b3107 2,439 0.95/1.00 vMB 46
389,807 389,807 00000000000000000aad793360cbedb66153eb0b45f1ee341a06bf4e4065f6a4 1,208 0.57/1.00 vMB 45
389,806 389,806 00000000000000000ae092907ab88e03a60f6c095b48e44b86bd6adcbcc67501 34 0.05/1.00 vMB 1
389,805 389,805 0000000000000000095c2e2c07db1be373f875b3f4cd068959b06c3a7cc3c016 2 0.00/1.00 vMB 0
389,804 389,804 00000000000000000ab16a0d08f8a478231fc9ea4a22aaffd0d5e3b1613c7e46 791 0.36/1.00 vMB 33
389,803 389,803 0000000000000000034ea014303fc44487de17558222f31357a1d2f3af4db8ee 764 0.39/1.00 vMB 30
389,802 389,802 00000000000000000669be5867bdd8bd648b819ecd478b87d422f37d8f170b08 1,454 0.67/1.00 vMB 37
389,801 389,801 000000000000000000be4152275ebd8b1d2bc219efd23e1f40ed8e791f9d7c26 473 0.23/1.00 vMB 31
389,800 389,800 0000000000000000042b2f87a79c549f50929545895d8ebc2a991dc5f2dedd90 1,344 0.69/1.00 vMB 29
389,799 389,799 00000000000000000593068979ba7683654a78d1d1ae1e3f14f5fbe2dc83a995 1,463 1.00/1.00 vMB 26
389,798 389,798 000000000000000007d676b3b4850398eec098d4748df00017ddd621917fbc05 1,047 0.53/1.00 vMB 51
389,797 389,797 0000000000000000044af41088bc0b05767933c7c41990375ae20ef8ddcd3139 1,228 1.00/1.00 vMB 18
389,796 389,796 00000000000000000040dfdfb4ad8c63929b7633f118e7fd57a01ba768cc5d5b 1,994 0.93/1.00 vMB 41
389,795 389,795 000000000000000004ebec5931cf2c5774ba02c2d142098281d1f6137281dd28 1,700 0.95/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.66 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: 627.05 GB
    • Received: 11.72 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.