Loading Tool

Explorer IconExplorer

Memory Pool

75,994 transactions
28.56 vMB
0.06135127 BTC
Random Selection Loading Transactions
Max Size: 170.74/200 MB

Candidate Block

Mining Attempt 2d02bac51fcedfca826f21c55ae71ace38b3642dccf2585a74d308588ac079dc
Version 20000000
Previous Block 00000000000000000001795ad38e6a486d36a6de3a6604bb5c4b74da8b0718e9
Merkle Root 1dee31ed777a80e2821f0ad14237715d5aed6239f6a662d4c852e912276ff0b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,378
Size: 1.00 vMB
Total Fees: 0.00401600 BTC
Feerates: 39.63 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,065 (374,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,119 540,119 000000000000000000170ad51e47e1044dc0166e8bc81cb7efb025df1caa48d0 718 0.36/1.00 vMB 32
540,118 540,118 00000000000000000022795ce3d62cd69dd385f6a7683d59a76fc4c374f14220 1,174 0.56/1.00 vMB 42
540,117 540,117 0000000000000000001fc8d496dde9388b303941cbdfed0e5e3779c7229a399a 550 0.18/1.00 vMB 30
540,116 540,116 00000000000000000018ff40dbdfd27b8cb273757af22e77ceb4d3a758a62200 1,252 0.43/1.00 vMB 33
540,115 540,115 0000000000000000000aa5965d132d3f7e24b3cab6435809d2a3d88b5490ae63 487 0.52/1.00 vMB 8
540,114 540,114 00000000000000000000d68810beea455362fd6e87260e9dfa544b60c2e86339 1,557 1.00/1.00 vMB 21
540,113 540,113 000000000000000000149731198b8527a21dea08c0ee165d0cdc78233464ebaf 1,851 1.00/1.00 vMB 25
540,112 540,112 00000000000000000022ca31673efdec2c653545db1d8d30e1f73dd1be2dc160 1,086 0.97/1.00 vMB 7
540,111 540,111 0000000000000000002903b95258af99f1b2a63bf822529376f44fc98d13d6cc 1,267 1.00/1.00 vMB 5
540,110 540,110 00000000000000000001bfa6dd618f8e273391b6d8af1b5eed0b9a1cde1cc859 2,188 1.00/1.00 vMB 16
540,109 540,109 000000000000000000211bbdf9cf30f9584cb6ade87c7a00370342975a09f998 651 1.00/1.00 vMB 9
540,108 540,108 00000000000000000001a7258c88b66f85adce123482ec0dc90f8f10067f6177 1,081 1.00/1.00 vMB 11
540,107 540,107 00000000000000000021868c2cefc52a480d173c849412fe81c4e5ab806f94ab 230 1.00/1.00 vMB 4
540,106 540,106 0000000000000000001e719751a8f1262a2a37599f0f671cfa55ad57b7b3d2a1 2,328 1.00/1.00 vMB 22
540,105 540,105 000000000000000000115bed651818c92e7353bcda0834eb138f89ddc6be81ae 2,955 1.00/1.00 vMB 33
540,104 540,104 0000000000000000002179349a4f4718e7a345f49f5150f7dda955c708db52a6 2,663 1.00/1.00 vMB 14
540,103 540,103 0000000000000000000473cd2147e7457efcd0d5c79e848cbc73e0862cf2d7de 2,625 1.00/1.00 vMB 24
540,102 540,102 0000000000000000001cf062437e4184f3a7f8ca06f93ce8ea68b50ddf54e920 2,549 1.00/1.00 vMB 28
540,101 540,101 000000000000000000198da3314d437aa6ce0c4da0d231b7b1f3382f8574d2f0 2,447 1.00/1.00 vMB 22
540,100 540,100 00000000000000000012c43649a79b31bb9672c7d1e5fd5514b5640f6707cb39 2,366 1.00/1.00 vMB 11
540,099 540,099 00000000000000000014d52055fe1e2e17bae447b25fffb5b97d9a17d68d6d4a 2,328 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.51 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.48 GB
    • Received: 15.53 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.