Loading Tool

Explorer IconExplorer

Memory Pool

75,255 transactions
29.89 vMB
0.11020893 BTC
Random Selection Loading Transactions
Max Size: 173.56/200 MB

Candidate Block

Mining Attempt a1a4c66ecd89d9cdd632e0680f348d089f43f8659617b88a3fd81a9f02f1ebc2
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root c483710cf125e206a83ea67321c0e4ec7abf914f0be1fdbfd2332934b71dc73d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,013
Size: 1.00 vMB
Total Fees: 0.03863737 BTC
Feerates: 101.64 > 3.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (365,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,281 549,281 0000000000000000000091d1140aac4942a6b9ba6debc69111b719b96feee9f6 2,158 1.00/1.00 vMB 18
549,280 549,280 00000000000000000020ab6d62d454ede2821a649eab4c1a188f7d3fa4a05a37 2,887 1.00/1.00 vMB 36
549,279 549,279 0000000000000000001d53d3cad952baef0db677e8942380de7db4fc7eacbc72 2,846 1.00/1.00 vMB 25
549,278 549,278 0000000000000000000d97288fc128d0f538253a32c7eac2e6238207e76e30f6 2,441 1.00/1.00 vMB 27
549,277 549,277 0000000000000000001d76fe04cc83f6ad7e4d6b29d987697404523694654d78 2,756 1.00/1.00 vMB 23
549,276 549,276 00000000000000000013fa613dc0a0fec05842cd7dc56921b14ac7ffb8c1ef5c 2,569 1.00/1.00 vMB 33
549,275 549,275 000000000000000000109906c07bc588b94b3f4fb28b1ad5864bce5c7e817fab 2,476 1.00/1.00 vMB 26
549,274 549,274 0000000000000000001e03e7fa3fbfa1d5607e94a1b8114be8fde525daf37473 938 1.00/1.00 vMB 18
549,273 549,273 00000000000000000004c62965283c5b811878a7a7827bc43f9f66528adee809 241 1.00/1.00 vMB 18
549,272 549,272 000000000000000000174c11098ef4d3d2d1fe12bf082ced46e496ec45c7b474 1,507 1.00/1.00 vMB 19
549,271 549,271 000000000000000000217277cb265891749b58f52d8eea7a4ea133c19caf1dfd 2,285 1.00/1.00 vMB 30
549,270 549,270 0000000000000000002444f9a78f1c1079f23e93e9f210b23885980b907f0649 2,409 1.00/1.00 vMB 23
549,269 549,269 00000000000000000020b02d7edfa104900c1649bdeccf42af1fc4c8d9260eaa 1,947 1.00/1.00 vMB 30
549,268 549,268 0000000000000000002575bdebc89ba5db1a001bd1c391d7826175905a8d13fd 1,501 1.00/1.00 vMB 46
549,267 549,267 00000000000000000012316c5742ee9dac8d38d03e6167da29549f45c23027ac 801 1.00/1.00 vMB 75
549,266 549,266 00000000000000000009026bd6c6fd654572bc626f183b8ec5f3b0810e2b090b 745 1.00/1.00 vMB 26
549,265 549,265 0000000000000000000343c3ec6a3e48e23b736ae64e717629fd9931b1836c52 2,537 1.00/1.00 vMB 11
549,264 549,264 00000000000000000022a3a5dc6d8d2fdadd857e305c71fcd3d83965fd2103d5 2,363 1.00/1.00 vMB 15
549,263 549,263 000000000000000000044e0909831ecbebc0e354df39b74627882152938b336a 2,342 1.00/1.00 vMB 17
549,262 549,262 00000000000000000021a60cafbe6e81d9a5bcac64813f44d2383d90d0fe0806 1,954 1.00/1.00 vMB 23
549,261 549,261 000000000000000000076ce64fa99e29bfc3f3f31989f63ff28ebc8354d3e57d 3,094 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.