Loading Tool

Explorer IconExplorer

Memory Pool

82,321 transactions
30.99 vMB
0.10477669 BTC
Random Selection Loading Transactions
Max Size: 188.46/200 MB

Candidate Block

Mining Attempt 4e9b0194019f27e07818cf14ed02aa42e0f3bcc7d60b424a392ffdb04d8deb09
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 4ad436e7f633e98ac6999170328207d0e86dbea2f65bcb3925d3870e8767b295
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,150
Size: 1.00 vMB
Total Fees: 0.03159702 BTC
Feerates: 200.89 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (605,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
309,526 309,526 00000000000000001179637ac000380cb365fafa8d5b1da1db6dc5684f36713e 55 0.04/1.00 vMB 24
309,525 309,525 00000000000000003c22222e0226c4f5266ce3e77ca16a39483847a65bbc80dc 117 0.06/1.00 vMB 30
309,524 309,524 0000000000000000176011cac016cdeb8536b81fc148f969279362bad455d33e 175 0.12/1.00 vMB 26
309,523 309,523 0000000000000000191b55a647850e51df5934622a0a7a8a77ad9bfa199db7c1 217 0.13/1.00 vMB 33
309,522 309,522 000000000000000008f24a576046ff149edd77730957d5f097d1431200bc6c6f 16 0.01/1.00 vMB 52
309,521 309,521 00000000000000002fb50c7073351e140f435fc53d9541df825576eb868bf97f 25 0.01/1.00 vMB 38
309,520 309,520 000000000000000021b255f98ae947d840cc63b3c7218301b038203014256648 427 0.25/1.00 vMB 30
309,519 309,519 00000000000000002cacd83c249e3837e281f13608cc8ad8b0507ceefb2cab06 173 0.09/1.00 vMB 10
309,518 309,518 000000000000000002954154a1f1d3e2599e12d186cf798ae8e1bbbb7a621ccf 1,430 0.73/1.00 vMB 34
309,517 309,517 00000000000000002aa42087ffc4b719961d930e925addb584617a09ae20b424 1,025 0.68/1.00 vMB 25
309,516 309,516 00000000000000001d1c2f03fd1c99791993f6b2d335d1caabe7c0978c354851 636 0.25/1.00 vMB 44
309,515 309,515 00000000000000002a2ed71e09650781d1fc316723848fa4496dadb6365d1e63 32 0.02/1.00 vMB 57
309,514 309,514 00000000000000000e5b8f229a9d35d059985d2cca849fbd380e9b707cb502d2 195 0.12/1.00 vMB 26
309,513 309,513 000000000000000010d12d4ef0d5663ea97cc0c020d75ddf5519b70dd0bb0f57 512 0.31/1.00 vMB 30
309,512 309,512 00000000000000001f2099b702ff8a0d8124247a46137fef97603d99772920af 352 0.23/1.00 vMB 24
309,511 309,511 00000000000000001e78a50068953596fd5dc6491e60e2bf45daa9d60a20af12 292 0.17/1.00 vMB 27
309,510 309,510 00000000000000001bef5d51d155732cf8a66bb870bb005cef7136b814d8e32f 535 0.30/1.00 vMB 28
309,509 309,509 000000000000000029ece12253319f8dad9fb0b6c48c2de8f89941989128139a 189 0.32/1.00 vMB 12
309,508 309,508 000000000000000038c0012cb8745b370489766d6a4c795c831da6ceaf899e02 1,024 0.75/1.00 vMB 22
309,507 309,507 000000000000000037634ea72ceb9525ef36b02edc703904bfb5a26105a1177e 1,050 0.35/1.00 vMB 59
309,506 309,506 00000000000000002381f91a291e28f2de2c36985a50afef20b37b63edc1c13e 512 0.18/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.