Loading Tool

Explorer IconExplorer

Memory Pool

37,185 transactions
26.85 vMB
0.06038428 BTC
Random Selection Loading Transactions
Max Size: 136.43/200 MB

Candidate Block

Mining Attempt 04af8ed29309cf0df54a7183841107bd310466e055d249e0532ec9637ee423a1
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root ce57e37e6c1f3d82db8ef45b5f41775268f16ffdc21ac1ab39427da7863a1d16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,918
Size: 1.00 vMB
Total Fees: 0.00999472 BTC
Feerates: 74.79 > 1.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (842,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,185 72,185 0000000000c2a9c9ed4aa1c8370c5e73ab05f4c3687096f4ab571e67e3772e64 1 0.00/1.00 vMB 0
72,184 72,184 0000000001001c0ea11bfecb5ff0fe886bfba78c39f9c18642cbb279942bf790 1 0.00/1.00 vMB 0
72,183 72,183 0000000000c9a9d909f8d1079c62bb59eca109443b3c0d3784bc9f4a4a7e777e 1 0.00/1.00 vMB 0
72,182 72,182 0000000000e8987d72c306bf964bd359b27b5452457017312f58f5b8dc29d6a8 2 0.00/1.00 vMB 0
72,181 72,181 00000000005eb0ea1506115553b5f388d7f70f23c7d182654fb03b6d35f1c835 3 0.00/1.00 vMB 0
72,180 72,180 0000000000ab4ecb8765d16c3b059ee92b77ca437322521108062d408741d22d 1 0.00/1.00 vMB 0
72,179 72,179 00000000004db2ee976f1b659589f9e6d011433ec0f2ef9dbe817928aa070fe7 1 0.00/1.00 vMB 0
72,178 72,178 0000000000dd3c6a0e7a2d5d1283e57e736fa14d64168cc1a0f1d8046389c250 1 0.00/1.00 vMB 0
72,177 72,177 0000000000328fcedf46ab67fdbc4e930209ec8c41a01fca862157e0d1d0a08d 1 0.00/1.00 vMB 0
72,176 72,176 00000000003673eba72d88a714964e59114e0537d4514b4ce96b52af44e02a1a 1 0.00/1.00 vMB 0
72,175 72,175 0000000000155207b8a090aa3e1a216d0ce2e948d18aa0879a9798e2a0ba507d 2 0.00/1.00 vMB 0
72,174 72,174 0000000000e6199fac8b5ab341337788e7309d4be3bfd510aec36e248d068ddc 1 0.00/1.00 vMB 0
72,173 72,173 00000000000c70db1f820658f8397c40b6723cc2fe68715dc0cf6abcf53880cd 6 0.00/1.00 vMB 0
72,172 72,172 00000000006eb1f72c936e6c74bee4885c1e96b71839f71ea362adbe859ad90f 1 0.00/1.00 vMB 0
72,171 72,171 0000000000ac1313889b3b8c663dded03dad217352e6d58f0dd0c2c13c7f220c 1 0.00/1.00 vMB 0
72,170 72,170 0000000000604e093d63b875060eaca93741d27e7462aa725b190403fa4eb43b 1 0.00/1.00 vMB 0
72,169 72,169 0000000000fa741ceb140b39b7366836323340ac336d0527dd5d321beed76771 1 0.00/1.00 vMB 0
72,168 72,168 0000000000ab14d13635b100c865e3dcc8220e4eeabe593af9eba341d45a8ed0 1 0.00/1.00 vMB 0
72,167 72,167 00000000005c55e803124d73e670625728ae6e95febcf2e7aed5a60a112b5ba8 2 0.00/1.00 vMB 0
72,166 72,166 00000000007be4d7129644bc81bd84373bce7112e78e130c4d1f76aa1a905570 1 0.00/1.00 vMB 0
72,165 72,165 0000000000c99bea7f0b6f10e2da7bc19f086bf2594d22540d347058bdff084f 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.