Loading Tool

Explorer IconExplorer

Memory Pool

86,263 transactions
31.71 vMB
0.10537487 BTC
Random Selection Loading Transactions
Max Size: 194.25/200 MB

Candidate Block

Mining Attempt 8e970f5446c15dfcd6682f68974c857c762ebb15d3689b729d1443ccb00bee7e
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root c916e2d56d9f4ff0e0c1852f8629deaa26516b8a7ffb5776718fbb961ee5fa55
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,939
Size: 1.00 vMB
Total Fees: 0.02587230 BTC
Feerates: 1,236.26 > 2.59 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (295,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,229 620,229 00000000000000000000534d3d2c7758fab39dabb98d23b954813379f053c580 350 0.14/1.00 vMB 15
620,228 620,228 000000000000000000070be3e6873e60481b5e3c71322c8ced8315f6e44edd6e 669 0.55/1.00 vMB 7
620,227 620,227 000000000000000000093b701570070211e9a7947587afa7848cf68530700809 1,516 0.95/1.00 vMB 6
620,226 620,226 0000000000000000000f3f773998c0c895e7516823b5142619dd0b5460445f5e 92 1.00/1.00 vMB 1
620,225 620,225 0000000000000000000413e7549c234d8ca7a464b5bc8f30de68281afda9b6c6 1,982 1.00/1.00 vMB 10
620,224 620,224 0000000000000000000c87231c834e6894a3126abf7fdb808daecb12babc93e1 2,646 1.00/1.00 vMB 14
620,223 620,223 000000000000000000042b1bf502ce48c6b943ab983446a175d9addb3f68adb8 810 1.00/1.00 vMB 4
620,222 620,222 00000000000000000008884bce9c89c4685e92b9da86cf4438022ba5b09c5c48 1,136 1.00/1.00 vMB 4
620,221 620,221 00000000000000000009f17f49fe50a05383fb929f4607f3fdc43d263e5f3990 2,002 1.00/1.00 vMB 5
620,220 620,220 0000000000000000000bb836e05c5ebadacf015b0fca6b063c6bcd9414edb9a2 3,069 1.00/1.00 vMB 5
620,219 620,219 00000000000000000005a3c1495c582eb54a5bdc5fbb7c92f2397ff9413ccd6c 3,149 1.00/1.00 vMB 21
620,218 620,218 0000000000000000000392960306a040e792dcc2309a3e1528a48268845145d4 2,898 1.00/1.00 vMB 18
620,217 620,217 0000000000000000000fe2b7e9976b4c81ac5f16a931e573d1881b002ba1ffec 2,453 1.00/1.00 vMB 27
620,216 620,216 00000000000000000005c173ad6dc2777e9483c474cc16f28e0bb2304777e589 2,735 1.00/1.00 vMB 29
620,215 620,215 00000000000000000009d8077fdab0a17b73f78a4342d4be60f2a7fabe3b5abc 1,744 1.00/1.00 vMB 4
620,214 620,214 0000000000000000000cf8f21a97b432532c8d667352ec09b2d152a4a88da995 2,504 1.00/1.00 vMB 20
620,213 620,213 0000000000000000000cda26d06489cd6fe720bd604909cae174e688ee5dd7a2 1,161 1.00/1.00 vMB 6
620,212 620,212 0000000000000000000bc39d6658f6c739dbb3b391946ba979a2f14faa6cd7be 460 1.00/1.00 vMB 4
620,211 620,211 0000000000000000000fb344a485b4181754f7a341fd42bb1c07faeb6b8e115f 2,602 1.00/1.00 vMB 14
620,210 620,210 0000000000000000000d32cc69e6717db8f47fb6d6ed8024e3dfc8ade9e0b832 3,233 1.00/1.00 vMB 16
620,209 620,209 00000000000000000009da0f79475755ed9837783414e2d19c01eb3818d5a325 2,840 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 783.02 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: 719.40 GB
    • Received: 18.04 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.