Loading Tool

Explorer IconExplorer

Memory Pool

34,569 transactions
10.76 vMB
0.19418592 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.37/200 MB

Candidate Block

Mining Attempt 1fb4ec63ea5a03909fceb459ffa636723c560f50b3cef3958e64f6ee433f5bd8
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 986e9e44ecc8e11fcfbc86c8887142dfe050c3737d7c5cfb8267945b4f7e2bba
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,350
Size: 1.00 vMB
Total Fees: 0.08271061 BTC
Median Feerate: 5.78 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (652,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
261,019 261,019 00000000000000165bf90d418d09c92a1c017d5c2508fd307a440855783803bb 87 0.08 vMB 18
261,018 261,018 000000000000000e6d8f7dc786ac32c1e0ad21fda97158785e4ebb7fd370248b 100 0.08 vMB 55
261,017 261,017 00000000000000128a2ec80b0651b517aed531dd292cb987f59809f232873a2e 151 0.14 vMB 57
261,016 261,016 00000000000000155ae06974505a748caca393b3877eb2416da379d10819bc79 86 0.04 vMB 103
261,015 261,015 000000000000001a483e1181abd2d07e2cc77662e6cfa9e3133b61d4855a6931 136 0.09 vMB 87
261,014 261,014 0000000000000007a7388522bd0f1b53b424ca9cbd5b52bf0c07d34d3d540be6 108 0.14 vMB 71
261,013 261,013 00000000000000183db9374c6fc869fbe6a1b318dd7185ac6682920019273ce2 77 0.03 vMB 103
261,012 261,012 0000000000000008417c743acd397423aa21f9a77c17848814edb9e889c3cccc 250 0.11 vMB 105
261,011 261,011 000000000000000e92492ba6fa76e330f778b1278aa17a7af0bf8771db5caf48 40 0.02 vMB 191
261,010 261,010 00000000000000187bcabd16ef549fed3c61bfd4c0d72eab0d8ab6fb28b9a189 123 0.05 vMB 81
261,009 261,009 0000000000000006210fc30b11dbc964ab10e34f25f5a15e524b7963bb6a307a 479 0.17 vMB 66
261,008 261,008 0000000000000009dd19505c6176b186f18c8d45951b8cbd9059e6fab4bf8016 214 0.09 vMB 95
261,007 261,007 000000000000000576e94b1afd22217be53ffa21b06313bcc55443efb06b1170 965 0.68 vMB 71
261,006 261,006 0000000000000009da987d71feaae0b402be79e185a363627ea0136fd968e7d7 456 0.25 vMB 113
261,005 261,005 000000000000001c4a867010775944c739167d8953543d10745e0db76add97ec 484 0.25 vMB 124
261,004 261,004 0000000000000013f52eaaef5f792a42f3fb7910e1a53063d2725ff1b5fd5e24 98 0.05 vMB 93
261,003 261,003 0000000000000018e4bd27c7996aff1def2a04aa43e79bd8c200ecac62ff77f3 40 0.02 vMB 94
261,002 261,002 0000000000000016032656f198b1fad1d7b98ea3e30b3a7e5e23492e59c36a2a 147 0.06 vMB 130
261,001 261,001 0000000000000005513af2463d56c5c0b8d823eb5bd1da06dea8cb8891a4be0e 204 0.09 vMB 124
261,000 261,000 0000000000000004752a2cd32b73e7aa15d5e975eaa3d1cad6ae5dbf43080beb 235 0.09 vMB 143
260,999 260,999 000000000000000411b17c2cd0d84da745e14062f6b655b7911d70bd93ef7262 184 0.09 vMB 100
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 71
    • Outgoing: 11
  • Data Transfer:
    • Sent: 22.58 GB
    • Received: 0.45 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.