Loading Tool

Explorer IconExplorer

Memory Pool

38,608 transactions
27.08 vMB
0.05746671 BTC
Random Selection Loading Transactions
Max Size: 138.44/200 MB

Candidate Block

Mining Attempt f2e9ef5a2238dd085b7383831973732bc93b633126dcf2215fc09927ecd52291
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root 436fe6a4fece410caf1d784e3c87a5d00bb13acaefe83dbda6bd9e9378414cff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,086
Size: 1.00 vMB
Total Fees: 0.00639771 BTC
Feerates: 21.30 > 0.64 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (463,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,570 451,570 0000000000000000018a023b35472f0e27553c02d9394ff87a9c5379455efa42 2,370 1.00/1.00 vMB 84
451,569 451,569 000000000000000000c0a78fc6237c2e3aee3030ee4a8c949b072e12cb1a8f8d 1,948 1.00/1.00 vMB 79
451,568 451,568 0000000000000000028ed434342bb6f21291cfaa5e4fa4c390f97dedced87d70 1,382 0.75/1.00 vMB 102
451,567 451,567 00000000000000000225203b0a850453c210eccf4765b10ea1f82067e110ce9c 1,906 1.00/1.00 vMB 89
451,566 451,566 00000000000000000215b54fe013c10891019e17e0620a1d44b658f86d7f1a0e 2,566 1.00/1.00 vMB 102
451,565 451,565 000000000000000000c974e35c4e070b23d8fdf0d8597d60885265cdf3c58e4c 2,586 1.00/1.00 vMB 135
451,564 451,564 00000000000000000241e96e0a9b9009a9b3da34ae74b9e2d17353f8537d57b3 1,793 1.00/1.00 vMB 101
451,563 451,563 000000000000000000125c4e0955c37e33f7f04013734e2c5a489cc6189b45d8 2,348 1.00/1.00 vMB 133
451,562 451,562 00000000000000000245a92a9f0dc226eebde56c8a9eec14ae1afe9e65449cef 1,968 1.00/1.00 vMB 140
451,561 451,561 0000000000000000020ab34e0de1894bcc7dfe04804fa1c635b19ad071dd3735 245 0.10/1.00 vMB 212
451,560 451,560 000000000000000001eec81966d0d3b36abac759e6f41161e7a041cc54f44bf2 1,301 1.00/1.00 vMB 156
451,559 451,559 000000000000000001af36e51af7d63287f7ef7a61ad6a05dea3a6991545f7b4 1,419 1.00/1.00 vMB 177
451,558 451,558 00000000000000000247e5220e188e7844569d88bee68d3bbf2ee5aebb9fc155 1,657 1.00/1.00 vMB 138
451,557 451,557 000000000000000001a7aa7eefe90819534fd66448a6a66df7139dc811dabf25 1,617 1.00/1.00 vMB 133
451,556 451,556 00000000000000000295c96e064267f5b57798c5bae29f35c5bce431eab5257f 1,898 1.00/1.00 vMB 166
451,555 451,555 0000000000000000015ad147c3a478d1935fc3cc056b5dea78a094586b6c0ec1 2,298 1.00/1.00 vMB 157
451,554 451,554 0000000000000000007026c38861351ce8585586e3e5fc97f92f16a67130cdae 2,173 1.00/1.00 vMB 148
451,553 451,553 000000000000000001a46202cb6c33eaf061ccbec04c66d665b11f5672407dd2 2,674 1.00/1.00 vMB 155
451,552 451,552 000000000000000001f6aac605ed453e68427cf4d1e68e54265faed2423e5c75 2,170 1.00/1.00 vMB 128
451,551 451,551 0000000000000000012ab1d6c526f774afa5df7d5c45d1bd5ef8ea4e524c1a00 1,028 1.00/1.00 vMB 153
451,550 451,550 000000000000000000258e3d066d6cb54cdd6598732d9f758a0552f21139ebc5 1,098 0.93/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 781.78 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.86 GB
    • Received: 12.17 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.