Loading Tool

Explorer IconExplorer

Memory Pool

19,125 transactions
15.03 vMB
0.03123422 BTC
Random Selection Loading Transactions
Max Size: 76.18/200 MB

Candidate Block

Mining Attempt 43d90a744d2efd10f0a8af9d004eee16bddfe59d09c634dd84da59cfb5ce7504
Version 20000000
Previous Block 0000000000000000000086b2e3cf9b1559c0483be21435c9d380a6afcf96acab
Merkle Root 2e4eb4de13a46fffe28701b94e5c9a4b9f6e55ad3b80d4c914e5c6e675ce57a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,740
Size: 1.00 vMB
Total Fees: 0.00486872 BTC
Feerates: 96.15 > 0.49 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,157 (837,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,416 76,416 00000000002131312f15f9f10e208be438aafa58318b4ec0c7688d8c9c840257 2 0.00/1.00 vMB 0
76,415 76,415 000000000012747697b0faa442493277cab1df6f2b1e33f89587b98478e2569f 2 0.00/1.00 vMB 0
76,414 76,414 00000000003064757d44342bc353fe97ae2ddd4f2e13a6c023a57327566e0aef 1 0.00/1.00 vMB 0
76,413 76,413 0000000000372c298d9f30e4f3c63512e9db59813baaf8690f0b5805f529575f 2 0.00/1.00 vMB 0
76,412 76,412 0000000000408f43c290303d098102c07385bffc471eb272673f034da0b170f5 3 0.00/1.00 vMB 0
76,411 76,411 00000000005a65cce7770d295acbc0997bc29943e1a282684f2122792d4cb3db 2 0.00/1.00 vMB 0
76,410 76,410 0000000000306c313083f8b976a40e01d56307e39e0159a252e2843137996e21 1 0.00/1.00 vMB 0
76,409 76,409 000000000050f55dea98c00c1f3d39e7d67e5e985bcbd5157b762d5835af180d 2 0.00/1.00 vMB 0
76,408 76,408 00000000005696b65972c27a3dbb0d67e42819e2f9a5d5e4367e9db67ac6440d 1 0.00/1.00 vMB 0
76,407 76,407 00000000003e2809007b39078e226ed719f5fdf2af239908af27711adca7d188 3 0.00/1.00 vMB 0
76,406 76,406 00000000003c89f5ba70afac664b08341282eb49686992a4f907c2db6431b19b 1 0.00/1.00 vMB 0
76,405 76,405 0000000000314cb1dfceb5cd298e80c4a3ca72c1fb9c50ab25c06c8b06757f97 1 0.00/1.00 vMB 0
76,404 76,404 0000000000143aee1be06dcd9be30cd445d74afece942149e1012c145dfc926e 1 0.00/1.00 vMB 0
76,403 76,403 000000000069165b6a7f72a4ca58749c8b3abc855d202a9451c25a41b787c8e7 2 0.00/1.00 vMB 0
76,402 76,402 000000000022817c948591c125cec6e45c0b1ad40d6edbb92f3321fafa9dde74 1 0.00/1.00 vMB 0
76,401 76,401 00000000005f1c3dd6e6d550270aecd278fab76ce87c2948b6570265edc30c04 2 0.00/1.00 vMB 0
76,400 76,400 000000000058701a88a0fe3f57c7108e5a666aef1c800683175e615c058907c2 1 0.00/1.00 vMB 0
76,399 76,399 00000000002c87aae56eca3911b7f5a414cb8403499c791361b9c9439cf773cf 1 0.00/1.00 vMB 0
76,398 76,398 00000000006599373ada5d56e5b56a26d6a6fea4ef2f598214d240310a396271 1 0.00/1.00 vMB 0
76,397 76,397 00000000000ef22ead59dfd27e9dc18c99353502e1843526d5951a5391ae50ba 3 0.00/1.00 vMB 0
76,396 76,396 000000000028b33e2c8c50162d8a203b3e7a34366443313520ead198f3f02be4 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.87 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: 564.30 GB
    • Received: 7.58 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.