Loading Tool

Explorer IconExplorer

Memory Pool

12,355 transactions
5.45 vMB
0.02374306 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 31.87/200 MB

Candidate Block

Mining Attempt 238261535ed5f4be41f5caff39f4dd08327577c656dada26e2ad02cc904f1580
Version 20000000
Previous Block 000000000000000000005154d1d4ca737b24005588c846e9daad0497d8002fac
Merkle Root bc2e3638738aa1ab48a8f41f23c2ea8a7c3711630938bc1b31fdb8082f127ac1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,740
Size: 1.00 vMB
Total Fees: 0.01497413 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,447 (718,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,317 195,317 000000000000047525085139b279cf5d57672df6683306d7cacd20a406351283 136 0.06 vMB 68
195,316 195,316 00000000000006c7625354b2dd01df2a2d78570e6651f4b6ddd562c27ba7bc7e 818 0.33 vMB 244
195,315 195,315 0000000000000564be8dd571687208a2d4f794b7218aff851f70bf739d76610d 11 0.00 vMB 29
195,314 195,314 0000000000000568ffb20e7729b357fb674dac52e720919018168406cca3d943 15 0.00 vMB 14
195,313 195,313 000000000000007369be2c1a002bba6632384b793f05cb442620563df09117c2 677 0.25 vMB 268
195,312 195,312 000000000000059da34a7e9d0a831f4c422d8aec6822738c17e613b9622411e9 256 0.09 vMB 307
195,311 195,311 00000000000005f638882a9cd7b4e9c154ce4828f32c83436da469bb92dca4bd 8 0.00 vMB 164
195,310 195,310 00000000000003883fc776dcd038a3889ce2a576c6ff5bfc981e70e6cd88c5cd 136 0.06 vMB 188
195,309 195,309 000000000000030da226cf9a550219f080b4f5c9aa468081d49319ee33596b7c 88 0.02 vMB 4
195,308 195,308 00000000000002785770a7cdb187b8cccd9bec39d044b796192a0120e6421e2d 91 0.06 vMB 129
195,307 195,307 000000000000010bc25b89de33e221f0f84150606a749977d1c0ad68f703c13f 285 0.14 vMB 170
195,306 195,306 000000000000016a4d73ba84c18a9a7523f88bb2ec6de6fb30c0dc00c753c613 506 0.25 vMB 162
195,305 195,305 00000000000000825df8f1b8948c1dffde6e62b653f058428293ec410c0407f7 189 0.07 vMB 132
195,304 195,304 000000000000027f4616e559cea84b1a3df025c8312e86a28f1a4ef386877deb 163 0.07 vMB 121
195,303 195,303 000000000000042354ca7b4755fdd31ad61afd6c0f01a4c0d9b95fa78039ab5f 256 0.10 vMB 196
195,302 195,302 00000000000005f7b09e12f979680cf7507e310e814ea0c25d26620e1c7446a1 174 0.07 vMB 120
195,301 195,301 000000000000008e6e8f09ac5b0ead9007c9cfe7163e536ebc2158fdd42e0285 190 0.09 vMB 106
195,300 195,300 000000000000013aa6443b4ba9c8f329942e478a6191ccbfa520943b76704c67 272 0.11 vMB 118
195,299 195,299 00000000000000e4be4de067fba96c3b37df7dbf90d9124dd1e682c71b732ef9 256 0.09 vMB 158
195,298 195,298 00000000000002881654f7e4ec1aa2b99bf7c34d03ed60587b10544ef1a0bf7a 119 0.05 vMB 54
195,297 195,297 00000000000004857ac9a9825c94611acf522e4a1cea7fa505ebce01d4bf8223 174 0.09 vMB 104
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 306.80 GB
    • Received: 1.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.