Loading Tool

Explorer IconExplorer

Memory Pool

43,396 transactions
26.96 vMB
0.05800874 BTC
Random Selection Loading Transactions
Max Size: 142.21/200 MB

Candidate Block

Mining Attempt 08846269f09c7116154406531a38b78fb9723c823188c5df5e9c17c612f00c55
Version 20000000
Previous Block 000000000000000000006541c0b8e2f386dee130dab69fd333fb79c357f33cdc
Merkle Root b32d8d9cee5d98f85cf1b375a0afdb9d0c1ba9e9e6ac96de5f3b50cb3f2f533b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,547
Size: 1.00 vMB
Total Fees: 0.00793958 BTC
Feerates: 50.18 > 0.80 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,897 (315,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,441 599,441 0000000000000000000fbe762821537e251255f4fa60e4475ec30f6177ec6725 1,863 0.49/1.00 vMB 9
599,440 599,440 0000000000000000000bd1c279c529e614b8105661f59fb8fb71cff5da11a2b5 2,903 1.00/1.00 vMB 13
599,439 599,439 00000000000000000000066f01e48005227a1c9faf261e0c134fd87f280745a7 2,880 1.00/1.00 vMB 29
599,438 599,438 0000000000000000001297afd1a5902f674469d136e7183d532b695527199da5 2,535 1.00/1.00 vMB 32
599,437 599,437 000000000000000000031d8f60b065bad631869da4979df3f0f9417d44555f9e 1,028 0.42/1.00 vMB 26
599,436 599,436 0000000000000000001114a1a3e523f3a9907560ce10dc71d201b47194bf2c41 1,938 0.82/1.00 vMB 13
599,435 599,435 00000000000000000004c32666063518ec5e0e013549aaede24fffd7990b7962 774 0.28/1.00 vMB 19
599,434 599,434 0000000000000000000b7af5e443601174dd29bac9bf87f721f9a475b4e6b0a1 92 0.03/1.00 vMB 25
599,433 599,433 00000000000000000010cc2d311f311a66e168cb13cde139a18d3e26b44ff63c 989 0.30/1.00 vMB 19
599,432 599,432 00000000000000000003da799879338a3ec7ff1ad6b68d9ca35bad5e097682ff 1,655 0.55/1.00 vMB 22
599,431 599,431 000000000000000000134d07bf3694197d06774500b7e43b2f94ee4d7cc23167 1,051 0.41/1.00 vMB 23
599,430 599,430 0000000000000000000a22560822d45b66a28500f26912dd62d49159e6fdff4b 1,531 0.48/1.00 vMB 19
599,429 599,429 000000000000000000052cb58099947827b972db73fc4ef5dd599d72ea9ca6a7 2,037 0.56/1.00 vMB 18
599,428 599,428 0000000000000000000790d9b16ac3e2cf0ebc9a8e94e73732123b4f463de81d 686 0.22/1.00 vMB 26
599,427 599,427 0000000000000000000a1f10d0ce960fb33c4a6f329a18e5f94d7a4d2805b37c 2,540 0.65/1.00 vMB 17
599,426 599,426 0000000000000000000cc10969a3abf715171ad18dc51d0a8f83fb570db343d1 2,806 1.00/1.00 vMB 17
599,425 599,425 00000000000000000010e0c3a2696818508e966184c931f90298f3703ef4f9b3 2,836 1.00/1.00 vMB 34
599,424 599,424 00000000000000000010ade3b4e16d4903f7d3ae1c70bce34804f3940536aba7 516 0.15/1.00 vMB 24
599,423 599,423 0000000000000000000bd30d86a5e5b12123366f19ae87ec62c75c3581b66b0e 591 0.16/1.00 vMB 25
599,422 599,422 00000000000000000006595e47d0a3f3fd70a3e5cd9f653078d61aae31ccb899 374 0.16/1.00 vMB 20
599,421 599,421 0000000000000000000ab0da44214d8579ac456672da0edd0b6b385cc928afb3 2,038 0.51/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.21 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: 654.19 GB
    • Received: 14.11 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.