Loading Tool

Explorer IconExplorer

Memory Pool

43,105 transactions
26.89 vMB
0.05369105 BTC
Random Selection Loading Transactions
Max Size: 141.68/200 MB

Candidate Block

Mining Attempt 0f4b4c0ca4cdeb0c0c8bae8f5ea62c472be0eac061d71bfdfac6b8eb6099bd03
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root 8ea89db195f19e3e7834eaa95a1f24ee641262ec6bb7ec2d9e31520efcfea377
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,406
Size: 1.00 vMB
Total Fees: 0.00379753 BTC
Feerates: 21.20 > 0.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (282,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,330 632,330 0000000000000000000248184743ab70cf0f4f15eb645b39fb6679eb5f3e793e 2,801 1.00/1.00 vMB 23
632,329 632,329 00000000000000000007ee53e0f612b5c270dfb7ca68c93856ec8a73e07b69e1 2,703 1.00/1.00 vMB 24
632,328 632,328 000000000000000000029295768247f0faa2924528dcb8935706218b2f970bdf 2,412 1.00/1.00 vMB 68
632,327 632,327 00000000000000000005a2b30f5302b5bb7fad13c6687d7f0e6bc7f6291fc9cf 2,654 1.00/1.00 vMB 70
632,326 632,326 0000000000000000000b687a81af9a195289be81bf25b69d6547a7bf46b804c5 1,898 1.00/1.00 vMB 67
632,325 632,325 0000000000000000000bf5dd50e2e9ddef4008e4ffa2165734e05a2f8f00b0e2 1,436 1.00/1.00 vMB 75
632,324 632,324 000000000000000000009dc70d1bb723d74e233cdf529d535b6f24b81cff469b 2,248 1.00/1.00 vMB 125
632,323 632,323 0000000000000000000f897b5594727620187e6ed787b4c886cf2eb6c84844ec 1,656 1.00/1.00 vMB 101
632,322 632,322 0000000000000000000372012205c002a54ee3ea95662ef77b2c2ac03c6eb405 2,086 1.00/1.00 vMB 98
632,321 632,321 0000000000000000000951198ebd99d58ed946fc99bdf5b4b5a70b30f38a4885 1,623 1.00/1.00 vMB 83
632,320 632,320 0000000000000000000d827bcc454bf8caa348c80db575239d4575b0f5deda11 1,854 1.00/1.00 vMB 132
632,319 632,319 000000000000000000008f9b7d512c8c039295d5463d9a21c53f0ce78e4faccb 2,516 1.00/1.00 vMB 36
632,318 632,318 000000000000000000014d9872c156d779ad44b40c3217123abe6e2ecece4bee 2,640 1.00/1.00 vMB 64
632,317 632,317 0000000000000000000ef33c2c395c70bc34c012905170dbae3f605a9639e598 834 1.00/1.00 vMB 20
632,316 632,316 000000000000000000012373f2e1a1503b612ebf404895aedaeda4eb28dc6c2f 1,519 1.00/1.00 vMB 24
632,315 632,315 00000000000000000006788f1a1d33e0fe5ebe6c80a4e08ad84ba72df633ff50 2,642 1.00/1.00 vMB 29
632,314 632,314 000000000000000000035be14fabd84e811c9234bdb7a08902ec612e88f0bc2d 2,147 1.00/1.00 vMB 79
632,313 632,313 000000000000000000031544212fee3b5bb3eb9afabbaec7511840ae769394cf 1,697 1.00/1.00 vMB 27
632,312 632,312 00000000000000000007392e2866b5b0fc642cd09d7a1850e60bfe4e4b54d901 1,909 1.00/1.00 vMB 27
632,311 632,311 0000000000000000000806a0cf250aca2d83d1c1adc5930b42a4bc6ea5f250e8 2,844 1.00/1.00 vMB 56
632,310 632,310 0000000000000000000e464922cd46ddcba4ed2485a9fee5cf761695933eb6d8 2,507 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.