Loading Tool

Explorer IconExplorer

Memory Pool

27,516 transactions
8.85 vMB
0.07629530 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.68/200 MB

Candidate Block

Mining Attempt a10aa4b9386d50708f9376622b162cd204d6fc4fac92eab37d4b1ec9ee40d5db
Version 20000000
Previous Block 0000000000000000000011ee6be1f5cf973d03d599ed04c0e662c0af9fe42b42
Merkle Root 600a05c82fdae2dfaaba16d77291c923122a1954997c517f8b98aa278701eb6b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,342
Size: 1.00 vMB
Total Fees: 0.02148443 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,996 (761,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,023 151,023 00000000000004ec3fc9054e77738261dbab0d79c3296d52973b26815b304784 0.01 MB 17 35
151,022 151,022 00000000000001e3238edab3d89b3033153425ff05804b2e20e6382e6ad369ac 0.07 MB 58 511
151,021 151,021 000000000000057beca1af379c2c91ebf13a6dc25fc55da11f6e7f1d01263446 0.03 MB 80 162
151,020 151,020 000000000000080a979d33963e8c566821a41ebfbe87053d91cd07eb63890ec1 0.05 MB 132 18
151,019 151,019 000000000000015226f8da813549a97149c824cd7b80a213fe93ea9a2f1d2a6b 0.05 MB 107 180
151,018 151,018 00000000000006fbbf5a3992980343e49e5989d3f029c4536d94e04dfbead256 0.03 MB 106 51
151,017 151,017 00000000000005ba2b0125c8677f9f64fa2fa4d5de61d9228a9e726f8b17481f 0.05 MB 100 21
151,016 151,016 00000000000009fd869a16291c71367dd3a82ee22e70c395a7eee127cf51348c 0.05 MB 110 549
151,015 151,015 00000000000006aca07525926c2e707adf7b387c05c457389547f25603d96d84 0.05 MB 136 125
151,014 151,014 000000000000029143be0fc5ccf248b429e646f1c7b237d22a658688ee9a9d62 0.06 MB 48 87
151,013 151,013 0000000000000a558f318f6d0e79c7c2b43c537543d829b9ba239f0f6b42ef05 0.02 MB 55 141
151,012 151,012 00000000000001d431da40eb57cc81d8a74522066c6ea646b26d205aa9ffeb57 0.02 MB 53 91
151,011 151,011 00000000000004023f0ee1833a608f1d4a3c0be96027c9c153aa4949ef167c20 0.01 MB 37 148
151,010 151,010 000000000000018f497e48736a86b2e4c4377f4588de7011a66821fa140f11df 0.02 MB 36 70
151,009 151,009 000000000000050e0690d52ea62bd5a1d9bf81e37cca1f3fe054962120ca9ffc 0.05 MB 92 87
151,008 151,008 0000000000000a3a48615390d7870f9ae9aa226290cbc3a8fad9e3dbfe4ba240 0.05 MB 77 90
151,007 151,007 0000000000000a0ad110356bfacdaaf68c08559b7d50510a1159a12f708416e1 0.04 MB 126 158
151,006 151,006 000000000000096d52d18e253d891201807fff27c2a8eea3488f9df34b412f86 0.02 MB 63 145
151,005 151,005 000000000000032052506e317aab10d7f2db36f9c7604f92763955afbe24d660 0.01 MB 24 0
151,004 151,004 0000000000000687abe8af3368ab55ea17539d3b81689ed391990ae1dc8869b5 0.01 MB 24 241
151,003 151,003 0000000000000331e93ff22ce197509d160d7ec793a36cd2587260feab644383 0.05 MB 101 156
Previous 10 blocks ↓
Total Size: 778.83 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: 378.89 GB
    • Received: 3.41 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.