Loading Tool

Explorer IconExplorer

Memory Pool

47,463 transactions
33.43 vMB
0.19309198 BTC
Random Selection Loading Transactions
Max Size: 168.73/200 MB

Candidate Block

Mining Attempt 16fa404b30bb17ad5430fa064a150317b4132f473ccf94287bfe39b0b66aac94
Version 20000000
Previous Block 0000000000000000000147c7dd24837dec3ddf522e94b4367f767e386a6ffd60
Merkle Root 7c66ded58f0a74cbf9bcdf96336af2bec1088d2420e922341d45e2606b18857a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,841
Size: 1.00 vMB
Total Fees: 0.09955816 BTC
Feerates: 502.67 > 9.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,357 (801,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,428 112,428 000000000000bbe8019ea09a85d658d4849f628c1acc8ac0f1de5419ededf6b3 5 0.00/1.00 vMB 3,225
112,427 112,427 000000000000548b6f840fcb62751b4af229fd33d4c76899b7abddf137f75b6f 7 0.00/1.00 vMB 0
112,426 112,426 0000000000006272c67aaa40c9601835009e3c803a8f93b09eab3b332e5d5a32 21 0.01/1.00 vMB 392
112,425 112,425 0000000000012c68144e6699925b368ca024a844a88cad2fee78c2214ba21d49 3 0.00/1.00 vMB 2,217
112,424 112,424 0000000000008557470a20dfba410b024f2d7e83d4c5f75168c09099cfbc20b1 5 0.00/1.00 vMB 1,436
112,423 112,423 000000000000e0abbae8f021c0677c1d645353cf968dd56a0f6c8a37e9854097 10 0.00/1.00 vMB 1,661
112,422 112,422 000000000000c943c657fed52ed20de0808eab5973aed9422c56f81384eccc13 1 0.00/1.00 vMB 0
112,421 112,421 00000000000094c0fa25581a35416bd9448eec09e007fe79eedaa82a601808f3 3 0.00/1.00 vMB 1,934
112,420 112,420 0000000000002bda1fcd0c478b11363663e2e2e9595c3e2ec3881035afb32a7b 1 0.00/1.00 vMB 0
112,419 112,419 0000000000006f9b7b3060a2a8727630b0316ca2ff2716b45cbdafd1652e4d18 1 0.00/1.00 vMB 0
112,418 112,418 0000000000009233972d803b8e4528315f75cce4974d160021e0622d8c1f53de 1 0.00/1.00 vMB 0
112,417 112,417 0000000000000e732836eac12a224c2c677f1a393eb86e43653b85d81ff075b1 9 0.00/1.00 vMB 435
112,416 112,416 0000000000004819d352cafd18667fda1f1819a1ec597612cb639b9aea95c18b 1 0.00/1.00 vMB 0
112,415 112,415 00000000000040cb5fcd4b333be2dbd5fc5795724b33bac8df3b30fb4e16bab3 8 0.00/1.00 vMB 0
112,414 112,414 0000000000004332564a58480ff4b05a2b3e09c5c423382cab44f67aea7f3a98 25 0.01/1.00 vMB 724
112,413 112,413 000000000000202c308c3e69155783d0ec7b9453012940ac9bfd02552eaa6d3b 5 0.00/1.00 vMB 2,219
112,412 112,412 000000000000b68625fe0a2629aea9c47c7b7490aa0c855c69876098cbf8a09f 1 0.00/1.00 vMB 0
112,411 112,411 0000000000000193a54f88270b41d26e4b4932a1331f3bd59735a7e27b6a3808 3 0.00/1.00 vMB 0
112,410 112,410 000000000000e1079a7b9d50eb49328f3ae117015e13b9e45351bc69defecb4a 6 0.00/1.00 vMB 0
112,409 112,409 000000000000ef574bd791de259c409047f6629244f056ebf53eb131d9d702ee 19 0.00/1.00 vMB 1,694
112,408 112,408 0000000000000864ead7acb771ecf92b2a235fc5877dac4c57f7ddbdf202f05b 8 0.04/1.00 vMB 1,145
Previous 10 blocks ↓
Total Size: 781.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 591.27 GB
    • Received: 9.61 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.