Loading Tool

Explorer IconExplorer

Memory Pool

75,840 transactions
28.69 vMB
0.06833429 BTC
Random Selection Loading Transactions
Max Size: 175.47/200 MB

Candidate Block

Mining Attempt 37e683c262080138b5663f812762ecaae61264b6c2b06fcfa3a84017ed4d4071
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 42392178c58e0efa56469a205e65e00dfc20cede0a018460a5389237bc7537ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,936
Size: 1.00 vMB
Total Fees: 0.00605294 BTC
Feerates: 77.76 > 0.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (424,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,437 490,437 000000000000000000ddbaef1253877278db8f1236229471d70a0d541f3a2303 2,428 1.00/1.00 vMB 164
490,436 490,436 0000000000000000007994a71812a5b2e8c7e4bc2740c0a8b624ea7e360e62b6 2,184 1.00/1.00 vMB 160
490,435 490,435 000000000000000000dd697fe416df7331dc324de8ab137ce627fd34bf1fde2f 2,169 1.00/1.00 vMB 161
490,434 490,434 000000000000000000431982456c4001d2ae6e2a4347248afcf5ed5158aaba2f 2,231 1.00/1.00 vMB 185
490,433 490,433 000000000000000000d3d9fb692280fadbae43ff9b6cc399d133f05b95fa6b68 2,415 1.00/1.00 vMB 37
490,432 490,432 000000000000000000afdb07ef7f0e7b0de7df726016047533c0463193d81e2f 2,287 1.00/1.00 vMB 168
490,431 490,431 000000000000000000d0547b370b641d00904392c88f766e07817d0aa7f0eda1 567 1.00/1.00 vMB 42
490,430 490,430 0000000000000000007ffa93308180e052b99d537eb3746f4a7f4942aafd510c 2,453 1.00/1.00 vMB 142
490,429 490,429 00000000000000000011b07d90b24e74270a4d6d3d3c8f69358d078c5268ee76 1,699 1.00/1.00 vMB 94
490,428 490,428 000000000000000000e5d88136b224748dd309fed29e2f0b8f78869cb023d0bd 2,173 1.00/1.00 vMB 170
490,427 490,427 0000000000000000000dbf5b0edb276f020dea9b163eb1a21cef715873c7e303 2,317 1.00/1.00 vMB 158
490,426 490,426 000000000000000000ba66fe28d9545330e3c9c793ef5c500c9ee1c9586431ea 2,511 0.96/1.00 vMB 192
490,425 490,425 00000000000000000038eb7157e78df867bf828c980c869063c2a12dc5f06fdb 1,986 0.94/1.00 vMB 84
490,424 490,424 000000000000000000ca2257361123a2f97217a0d51198448c1c3ba045846f5e 1,524 0.96/1.00 vMB 96
490,423 490,423 000000000000000000ad51eb3baff75d63e00de42b86b07ac8e985c8d9a7cca5 2,209 0.86/1.00 vMB 81
490,422 490,422 00000000000000000075518cbe8c5797b3283b8884c46b9c48ce90f4cac9b7ea 2,329 1.00/1.00 vMB 134
490,421 490,421 00000000000000000023f3430e535e934cd6cf67d2af22d0f00337a88ad0f707 2,201 0.96/1.00 vMB 200
490,420 490,420 00000000000000000019dc6884f8a719df3c4daf55ab80a09b2c5ff5d762de17 1,471 0.51/1.00 vMB 112
490,419 490,419 000000000000000000e9d8da8e8f8f82b69c81a37bc06ef3627e1aed604f3987 2,028 0.95/1.00 vMB 97
490,418 490,418 00000000000000000026e1cce4d9c89241835aebe089847d498b4783a50d4d06 1,653 0.69/1.00 vMB 105
490,417 490,417 0000000000000000009b4be13cbf395534916e3893d30fa55062edd0e0691ca7 1,069 0.41/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.82 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: 710.69 GB
    • Received: 17.08 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.