Loading Tool

Explorer IconExplorer

Memory Pool

81,360 transactions
34.30 vMB
0.13913202 BTC
Random Selection Loading Transactions
Max Size: 194.82/200 MB

Candidate Block

Mining Attempt 1b2497f1db6cd79a4e6059b29e501413e80a9e1f7a25fc21caa6f6b06ddb19ee
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 2d5a36a0fa4ffed5fb692b62cdc2b6fb200e55849eb7cb78c1b10713e9ddeb7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.02531467 BTC
Feerates: 384.62 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (813,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,714 101,714 0000000000000c52d6033e612f1b9882b69617a8e61201e28c84188b3165a822 1 0.00/1.00 vMB 0
101,713 101,713 000000000003e56aceb8fec4c9090b140646dde3c777b7ee115353bec36fe712 2 0.00/1.00 vMB 0
101,712 101,712 000000000001e8bee03421e42fb46a9ac926e8b1cad3da81dd4db6511d6de4f0 1 0.00/1.00 vMB 0
101,711 101,711 0000000000026dd4526ff02f20abc0ed2e422cbc2a0377f65a9deb8b4c77c5bf 2 0.00/1.00 vMB 0
101,710 101,710 000000000003fa2f6dea46aecb8b335a5300ec94a46db2abef43dcf8f53ca16e 5 0.00/1.00 vMB 0
101,709 101,709 000000000001c569dc271a893e31a1619601206f1b043d34122aa8c70babdc6c 2 0.00/1.00 vMB 0
101,708 101,708 0000000000022e92e9f232895577b19f84b8e816c599bba719cb06f61de09cf4 20 0.01/1.00 vMB 199
101,707 101,707 000000000000bec9f018bec7717c030fc9489975a994ce9621eb99385c126dd2 15 0.01/1.00 vMB 0
101,706 101,706 000000000003274d1d75e9b3f963c6469dc6b6f057594efb9f6edd18138514ed 1 0.00/1.00 vMB 0
101,705 101,705 0000000000029cc6ef060813acfa02763c3a484fa204f904e6c210beff2b90c9 1 0.00/1.00 vMB 0
101,704 101,704 000000000002e74f65ed1c03f5e9ae62eea1e751beaaf74461abe29827d39d9c 1 0.00/1.00 vMB 0
101,703 101,703 00000000000302964edb94605f86dda01366b986cedc69cf555e2a0f3fbdff1c 4 0.00/1.00 vMB 0
101,702 101,702 000000000003a85ab50e5060fbdc9d897ac53bd6d91a6ed609199a997638a1ca 11 0.00/1.00 vMB 0
101,701 101,701 0000000000025638fccfd0967e8e718fc29b494767e408c38e942e4611b4ecbe 12 0.00/1.00 vMB 0
101,700 101,700 0000000000002b32591bd3e847a3709376002e51fdcf50fa40c5850c8adcd3c8 16 0.00/1.00 vMB 0
101,699 101,699 000000000000800b4c0b5f67a8b876da0fee44c2efbd9ee3d0cead0294fd0ae3 3 0.00/1.00 vMB 0
101,698 101,698 0000000000031239ea203e3165bd56fd31d66eba416ef292c36a82daf17e34ca 3 0.00/1.00 vMB 0
101,697 101,697 0000000000034fa9ac205b323410f5108ef14188f94f5fb326f0b34d96fd88bf 5 0.00/1.00 vMB 0
101,696 101,696 00000000000240c88d15244406bd38e01b7cc84d2889b069b30586d5d637cb0b 2 0.00/1.00 vMB 0
101,695 101,695 000000000000d109db12173d426a8da1df7e61e558f000b7bb2c60302cc8d81f 3 0.00/1.00 vMB 0
101,694 101,694 000000000002b8bbedbe53a4c0a8b48c7b0b2a9a59f52646c4fe12a9e9598476 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.10 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: 729.72 GB
    • Received: 18.49 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.