Loading Tool

Explorer IconExplorer

Memory Pool

42,670 transactions
30.68 vMB
0.12269608 BTC
Random Selection Loading Transactions
Max Size: 155.77/200 MB

Candidate Block

Mining Attempt 8d9758144c054e432cd9478160729b318e3eb3509fc1cec05b3159e28a71a516
Version 20000000
Previous Block 0000000000000000000164281bb9c4d30def7985f62e854cc0de9866367320c5
Merkle Root 62a6a4d83872e9c6ec70c47a1e5d989444e24fc8d5c8b742d01213d58567f170
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,386
Size: 1.00 vMB
Total Fees: 0.06119826 BTC
Feerates: 301.60 > 6.13 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,466 (678,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,961 235,961 0000000000000166ca1b35d92bc0e886fd75ce06b215b72f08d78253454ea3a0 81 0.07/1.00 vMB 86
235,960 235,960 0000000000000126748af612955d58f22969515d68991bf16b1670d6075a441c 74 0.03/1.00 vMB 160
235,959 235,959 00000000000000181d7617d83cb3868d23591b0b61aa17f520ce1183ca2f319a 19 0.01/1.00 vMB 187
235,958 235,958 00000000000000d837b0a0b1691596f39f9c33350f398163e1a8dfdcb7d4eb65 327 0.14/1.00 vMB 176
235,957 235,957 000000000000012c112062c64709ca6ec9a171dac7ad301ee5f1201544caac2f 496 0.14/1.00 vMB 41
235,956 235,956 00000000000000e59615221d316e327bdcf011c18fb86cc1b23f75075285f2a6 264 0.22/1.00 vMB 137
235,955 235,955 00000000000000c0bb65489b729cac51a65684c4ba01e5a71a1b0ac1c5bc37d7 430 0.21/1.00 vMB 166
235,954 235,954 000000000000010f9896c3389e8fd07e78786e2bc0da18451c8000b65b4c30a7 112 0.05/1.00 vMB 189
235,953 235,953 000000000000013f3f405aa5568907310dd37617287e7e403a7fc887b69c6bc2 127 0.15/1.00 vMB 50
235,952 235,952 00000000000000f722721daf84496c91cb999f77dd1236bba5e0f73ebd0ef2b0 325 0.14/1.00 vMB 191
235,951 235,951 00000000000001110c7e998e26c7c2281d22cde5dd72d7c586ffc645ff78a230 88 0.15/1.00 vMB 51
235,950 235,950 00000000000000d8c733f7bc4295a8af6e0b95f2bafc901076444505572353c1 265 0.15/1.00 vMB 123
235,949 235,949 000000000000014d2b839b1279ab0c66ef1ce4e3f819e127c19da7e693b3aa70 310 0.12/1.00 vMB 109
235,948 235,948 000000000000017dd23920a1f5662f2b2b653b2b9877f3c81e146047ae23f068 447 0.21/1.00 vMB 165
235,947 235,947 000000000000005a7e4cc83c2aaf6f47ee15502cfa7df53b8de92df07db4de63 256 0.15/1.00 vMB 130
235,946 235,946 00000000000000abcba03a361f4fd35d9b4b4df5f1777c65738590cd1e411ebb 427 0.17/1.00 vMB 206
235,945 235,945 00000000000001493e3add9ab75928c87f3cebe41a4bb7c8c7d2e865cd77f644 32 0.01/1.00 vMB 189
235,944 235,944 00000000000000a9a64b09cfbd04c3b31685ae38a2a012917724705b0c751001 175 0.15/1.00 vMB 119
235,943 235,943 000000000000016b5dd46853c2eba6fc6b4d37f4c73761aea2209734c07d69e4 452 0.20/1.00 vMB 177
235,942 235,942 00000000000000df03cc904a314c74c39be4cff0f75e200bf0ee22040c7cc9f1 486 0.25/1.00 vMB 164
235,941 235,941 00000000000000464db9e3b0d10c12955b7b42cd887e3114d90f95f73838d4da 639 0.25/1.00 vMB 212
Previous 10 blocks ↓
Total Size: 781.44 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: 610.18 GB
    • Received: 10.70 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.