Loading Tool

Explorer IconExplorer

Memory Pool

14,996 transactions
6.64 vMB
0.04151579 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.77/200 MB

Candidate Block

Mining Attempt 69022d2a78e49cfd6917002d456ef12e5c7d66d981e301ebab6118723401804c
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root 2951d560ee7c78637b53166ce5aa1d4cbff463dff2f881c544e2f06fe1ac4c67
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,282
Size: 1.00 vMB
Total Fees: 0.02658482 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (777,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
136,347 136,347 00000000000008417daa0c7f893d3e15ab012c09f0162f3d092a406fc0a17682 152 0.06 vMB 154
136,346 136,346 00000000000007d76e24855d0b37cd38608a1cd9cb2ecba772f05f5099aed7d6 107 0.04 vMB 3,283
136,345 136,345 000000000000099980bac046a761fb3767424cc53edf285ccd4cdbb078c52859 108 0.04 vMB 2,220
136,344 136,344 000000000000010b6fffd3a058c13925e4e843c454a43e60d9c7a1c60b906f47 58 0.02 vMB 803
136,343 136,343 00000000000008795abc52a00b9c59b2e64ee39cc7fecdd0e5e00e63f21fdfef 37 0.01 vMB 2,503
136,342 136,342 0000000000000868347ec523df19d0a9258b8002fceb6a66b5568d2ebba2ef7d 131 0.04 vMB 602
136,341 136,341 000000000000094da0b42b188039df21a009f88ef5488723fa004cd97c98b9ea 23 0.01 vMB 236
136,340 136,340 0000000000000a4f1c7d62fb468f85f824a35878c22676f8292721735e0070e2 42 0.01 vMB 351
136,339 136,339 00000000000006454fc4fcf82fd95dc942d3508ec573041d46f741ae0fd19d42 69 0.03 vMB 23
136,338 136,338 00000000000008808f1c4408974ca3085ed1dd47ca7ed8b87c1fec581d8876ee 108 0.05 vMB 589
136,337 136,337 00000000000003753e92a8d287bf09b201c8007a24d9d71dacfa660c0e680bc0 27 0.01 vMB 109
136,336 136,336 00000000000007a69f2cfaf08e9d68a4e27460b4cc84cfa7d8982fa39c4079da 37 0.03 vMB 481
136,335 136,335 00000000000003936dae3d57840ee9a43e585b836889d4534ad5430045f7c58a 26 0.01 vMB 299
136,334 136,334 0000000000000755ed8765a7dcadd02dda860aaccafe0ecbc4cffb1d782cd409 37 0.03 vMB 265
136,333 136,333 0000000000000129e94c9722a642de365fc51ae8a6fb0e0a9c705a8cd1268e0f 106 0.03 vMB 76
136,332 136,332 000000000000049093294af7cfca6d4b1de75a3bbfb899e26d0763a9665b16a1 101 0.05 vMB 224
136,331 136,331 00000000000000dc67c8f99ab4b0acc5f6b663eed8388c77d37cefb6c967a001 47 0.02 vMB 433
136,330 136,330 000000000000083f9db71ef1855d59f9f3d5b7da2a1a9d6824c753a4dbb61b27 11 0.00 vMB 778
136,329 136,329 000000000000053f84f8360e9875a9b1c9c8d8cf04d2794c643030d5eed98ba8 73 0.03 vMB 331
136,328 136,328 0000000000000aba22166be994a7bcf1ac8ae9a27ad74165b89ab92120c25e63 29 0.01 vMB 6
136,327 136,327 000000000000035aaa420963f4071bc999d11375c25110610cd0fa1df90e1dcd 32 0.02 vMB 392
Previous 10 blocks ↓
Total Size: 779.66 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: 317.30 GB
    • Received: 1.52 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.