Loading Tool

Explorer IconExplorer

Memory Pool

39,778 transactions
31.53 vMB
0.11531471 BTC
Random Selection Loading Transactions
Max Size: 156.67/200 MB

Candidate Block

Mining Attempt 19baf92fb3c2328a1b8d6fd04d834e941217d109c575bc68ca4b59ebf4d6e9cc
Version 20000000
Previous Block 00000000000000000000ee795ff54651a33f647300ad5c032d27420e322873c4
Merkle Root c6b8a449d487d9a6fca28b51c9648a608da1041b41f881da16ba765f4f2383a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,746
Size: 1.00 vMB
Total Fees: 0.05041844 BTC
Feerates: 301.60 > 5.05 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,370 (797,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,587 116,587 0000000000008a102995ce99aacbd97fa7310578e17a39416018e3cd06027836 12 0.00/1.00 vMB 639
116,586 116,586 000000000000e887474177f83e044245e86b2d08661919b91d91a2a8fc66b104 12 0.00/1.00 vMB 1,394
116,585 116,585 000000000000b1b2b8de4d543a92906d0729802cb0705e656d5b871a38162414 8 0.00/1.00 vMB 622
116,584 116,584 000000000000330c59df9d736642f04c889ee496e3a35d8c6382b6cea12c6ce0 10 0.00/1.00 vMB 634
116,583 116,583 000000000000eaf2cb8143c77bc7bb5f843fc1b8284a82f0393fe5c4ac6d0c35 12 0.00/1.00 vMB 0
116,582 116,582 000000000000762a994856cd32ad8b20c897ad24a3fbcbdc6e9ab2731398f05c 14 0.00/1.00 vMB 1,165
116,581 116,581 000000000000a9b65fef306d9d8cf845e0b80de51dd5a2da61479ccfa7b4bb38 13 0.00/1.00 vMB 333
116,580 116,580 000000000000a2b615d59b2157ffb6c11819d5d869f58875273969feb7043fe7 15 0.00/1.00 vMB 613
116,579 116,579 00000000000069f9a928f1303cab156cf0719b7b6885096e4d932649a66008c8 12 0.00/1.00 vMB 678
116,578 116,578 0000000000005a1bb31845c7dd220c061bdb06a886b68ad82b600fa4d249ab61 16 0.00/1.00 vMB 1,907
116,577 116,577 0000000000000a31b4c70a41789244d8db955983717e9edf7e79c3638d0df64b 5 0.00/1.00 vMB 544
116,576 116,576 0000000000007a95b83830cda131b1f954c4ababb827bacb856b3d42a4f53d62 11 0.00/1.00 vMB 327
116,575 116,575 000000000000e824329c22f51f523e61d78ef8961bfc057c3b6558a740d24444 12 0.00/1.00 vMB 331
116,574 116,574 00000000000020fd06e8243f774b0401461103c4e945ddd913b6f032e6db09ab 2 0.00/1.00 vMB 1,811
116,573 116,573 000000000000756a6d35295a6c25b9ac8720ec831c0bd0263c0b014e6e267302 11 0.00/1.00 vMB 0
116,572 116,572 000000000000c54bbf20ebd83019f7bc6789bce74b89aaacf74d00250571999e 11 0.00/1.00 vMB 0
116,571 116,571 000000000000c67008fa7df9c37399e0dd613b688095fbe87aa3e1aa9577c952 8 0.00/1.00 vMB 1,774
116,570 116,570 000000000000dae0a2ff27f281beb21dc0d42e1a3dadbb6ead4c53ab878d0f73 21 0.01/1.00 vMB 333
116,569 116,569 0000000000004570d89d32de336a34caa696cb715a07843083921be496d3ebbf 13 0.00/1.00 vMB 326
116,568 116,568 0000000000007be5748e2911ee6734dbb51461023fb434cc2db7d8651c5429c0 14 0.00/1.00 vMB 1,884
116,567 116,567 000000000000502a7ee2f631dce323b782490ed44777a6f477f23c7956b0b163 13 0.00/1.00 vMB 1,120
Previous 10 blocks ↓
Total Size: 781.26 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: 594.95 GB
    • Received: 9.73 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.