Loading Tool

Explorer IconExplorer

Memory Pool

77,033 transactions
28.71 vMB
0.07432119 BTC
Random Selection Loading Transactions
Max Size: 173.90/200 MB

Candidate Block

Mining Attempt f91d26f4f8410fdce20c97dd1cb796f3bcf04aea0c3b2683680c2b3982249fe9
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 7f74bbabfb1df21a4bc3e0de4cd44d861bbd529b6ab81eda16a07c16775e6e46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,058
Size: 1.00 vMB
Total Fees: 0.01469492 BTC
Feerates: 129.25 > 1.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (213,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,478 701,478 00000000000000000005c1fe4738d927855115c1b7997df70d944d5ad52e9629 604 0.34/1.00 vMB 8
701,477 701,477 00000000000000000009f5422a3594edee599217e9d1937ad092ab932b388d8f 1,002 0.29/1.00 vMB 12
701,476 701,476 0000000000000000000ad0b06b5a7894305dbc59ca909de1d2619addd009e823 804 0.81/1.00 vMB 3
701,475 701,475 0000000000000000000558ac4519eea6fc7e167c2df4d609183a861981e01fba 2,893 1.00/1.00 vMB 12
701,474 701,474 0000000000000000000607e83a90c1ab43a53666de568805b12dce49856330c2 575 1.00/1.00 vMB 2
701,473 701,473 0000000000000000000e296fbcdbe4b3ccb4f02ea2130e79288792d295089410 1,619 1.00/1.00 vMB 7
701,472 701,472 0000000000000000000b70579255845c3d4b66d2d7e77d953ad3ce47147dbee0 2,727 1.00/1.00 vMB 12
701,471 701,471 0000000000000000000a9644d8fe3cba079fe2f5ee78d20e67eb05f347ecd1c9 1,064 1.00/1.00 vMB 2
701,470 701,470 000000000000000000045d038055f841697accb5274c3335e77b25413caac93d 2,612 1.00/1.00 vMB 8
701,469 701,469 00000000000000000007d8b5048022327f0157af60fea4ee3fac0d5f28f65623 2,159 1.00/1.00 vMB 11
701,468 701,468 00000000000000000008119bb9d5d14a0eaa9735989706079a6cff0f90d404b6 1,544 1.00/1.00 vMB 6
701,467 701,467 00000000000000000008e7fbf0880015b389d2a0e6b206b8790311e2abbc992e 3,096 1.00/1.00 vMB 15
701,466 701,466 00000000000000000007d2855e62a8110a873da18044ade8065276f53e5fb06f 2,530 1.00/1.00 vMB 30
701,465 701,465 0000000000000000000e522506a3c2122b7ba005ca58f71649b8388e6a7b2e80 233 1.00/1.00 vMB 2
701,464 701,464 00000000000000000005b81ddd22c55dce2fcc4a84f7b1271969cc0f299de7f1 175 1.00/1.00 vMB 1
701,463 701,463 0000000000000000000733f77302f5f4177bb87bb5c463bff0f4f0768f4edc24 1,847 1.00/1.00 vMB 10
701,462 701,462 0000000000000000000cc5b077e97cbfff0f536b98e31ccd9784fe3d5f92ff63 315 1.00/1.00 vMB 1
701,461 701,461 00000000000000000003fa94be95fb025be8637e7b8d7b27766a39adc8648e8f 2,837 1.00/1.00 vMB 16
701,460 701,460 000000000000000000080d4dae8011c69dcb8bf67fd062a93d1e70e08dfd65de 2,960 1.00/1.00 vMB 3
701,459 701,459 000000000000000000030c58326a5fd0ac280f31d6a1616da07fd89f7e106293 2,797 1.00/1.00 vMB 17
701,458 701,458 0000000000000000000466bb978740b0d5afabd2b2f28a448d79e6deaf4becde 3,048 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.