Loading Tool

Explorer IconExplorer

Memory Pool

35,329 transactions
25.94 vMB
0.06911967 BTC
Random Selection Loading Transactions
Max Size: 131.86/200 MB

Candidate Block

Mining Attempt 0c6ef271b13cb75573d42abc85682a80480f92c1419907bed6c08047bcfef22b
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root c4f5e52a5b1383fc77d3b7b1688754c7878a9d6e1d8cd0d01881c2d0d00246b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,603
Size: 1.00 vMB
Total Fees: 0.02154560 BTC
Feerates: 250.88 > 2.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (828,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,276 86,276 00000000002a19fe6463ebd2777ae4d48069ef298c8b713196e7ce57a59b3400 2 0.00/1.00 vMB 0
86,275 86,275 00000000002968c745d85859ccdd6dd81d265f6ebf6610ffa22f7227159d1559 3 0.00/1.00 vMB 0
86,274 86,274 000000000018eab70bda90bec449ee3a66d26736b9a5fb1bc520b857a2da4333 3 0.00/1.00 vMB 0
86,273 86,273 00000000000608d1df991d4a0980f9e1f4c7bfeefec36f7db16fef0f80ad2ad1 1 0.00/1.00 vMB 0
86,272 86,272 0000000000136728b777daa579024a2a2e802efbcea809fee284888daf2573ce 1 0.00/1.00 vMB 0
86,271 86,271 0000000000097e1461aacdc913077184731b6f3c4e6770eadd4b1870d40e74bc 1 0.00/1.00 vMB 0
86,270 86,270 00000000000cc7de81a8cc5434065965a4a617a5a3bd64e68a0d7d3056e8aff2 4 0.01/1.00 vMB 0
86,269 86,269 000000000003f2babb3cfbd3f49986b54bef8187184a4f7d531bdc868394f7c2 2 0.00/1.00 vMB 0
86,268 86,268 00000000000f7a5e411e0c02218b06cce01a953aaba40b0b387fceb8091c4676 4 0.00/1.00 vMB 0
86,267 86,267 000000000000253dbe6779058ca57b99b141021233717eace823bf08f4b98de9 1 0.00/1.00 vMB 0
86,266 86,266 00000000002d053ee5f3a0393b3cfcf1f77509942da2c124d19a33c543670ab8 1 0.00/1.00 vMB 0
86,265 86,265 00000000000299fc239c96fbf66ef5592942956155711731c67f7916f5e67ee5 1 0.00/1.00 vMB 0
86,264 86,264 00000000002da1d416e0d63ec47c4c4b1634361c1e5fedc3369089309629bda9 1 0.00/1.00 vMB 0
86,263 86,263 000000000008eb140040a01bb8564751631f1fa13f9be02c2efb3b548bbea1e2 2 0.00/1.00 vMB 0
86,262 86,262 0000000000160f3ff1d819efbba52f8c4f02116926cfec398f69d67aa99eb5eb 1 0.00/1.00 vMB 0
86,261 86,261 00000000001b58843e56b1b56e190af0c155eb0843853d8b0b1173423e20fe30 2 0.00/1.00 vMB 0
86,260 86,260 00000000002633d92baad455dbb744cf387568bc6983980238e3531bcdbf27f8 10 0.00/1.00 vMB 0
86,259 86,259 00000000000eddd32c5b4606f46b5474463decf70904dd66138806d1057bd25e 3 0.00/1.00 vMB 0
86,258 86,258 0000000000273da92cba4e8a36f6345bbc904feff7c2aa4a2b6c482f7a5f4121 1 0.00/1.00 vMB 0
86,257 86,257 0000000000065f2bcef0c4d88472e756118e60b9c5671869e0661568ce86ae39 4 0.00/1.00 vMB 0
86,256 86,256 000000000013ef6ddc4bc9925fcc9a74f786de9331a208cbbe83adf612d313b0 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.44 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.