Loading Tool

Explorer IconExplorer

Memory Pool

42,830 transactions
27.91 vMB
0.06116622 BTC
Random Selection Loading Transactions
Max Size: 147.11/200 MB

Candidate Block

Mining Attempt 11e30c9b3bd6e5f536703105e45092f86d4ee5a1d0594a5903538d2288581b9d
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root fbe8fff74f83dd31f0f79c18b1e23285cfe0bc943e0f969e7e609c95a8913c16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,396
Size: 1.00 vMB
Total Fees: 0.00872539 BTC
Feerates: 84.58 > 0.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (218,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,199 696,199 000000000000000000038c48ba96f078c3825b809dfa9b569329c7df003bba66 1,360 1.00/1.00 vMB 5
696,198 696,198 000000000000000000092cb0d9c128998b7566fd4807559a21de3f83b30b058e 2,949 1.00/1.00 vMB 16
696,197 696,197 00000000000000000006f0ec67c131014697a703b63cc02b60e5063d4ef21ab4 59 0.02/1.00 vMB 33
696,196 696,196 0000000000000000000e9717aa6b234dbcac9a3daabb81b229ba7c4113e3c5b7 630 0.21/1.00 vMB 13
696,195 696,195 00000000000000000004b408f3ed7b1ed6735cc6d1d0e70f9d9ef467634a99db 1,619 0.49/1.00 vMB 14
696,194 696,194 0000000000000000000fa0c3c64e6f7a0761bdaa12fc624f10e1b4f5e9e37cee 1,401 0.45/1.00 vMB 16
696,193 696,193 00000000000000000003ad2809f421c82cfc0ab2bbb20710fb9d55132438ad3f 384 0.14/1.00 vMB 14
696,192 696,192 000000000000000000011854984489e07951da331fa20fa3c9a6950fd89726e6 1,355 0.74/1.00 vMB 8
696,191 696,191 0000000000000000000f00812b7b294ccebcd6ce12150edbf6fcba7b31a7b2d8 269 0.12/1.00 vMB 17
696,190 696,190 0000000000000000000c677c62cc82d6dfa706acb983c15e703dc6e412e97bbf 1,076 0.57/1.00 vMB 7
696,189 696,189 00000000000000000003d86c27d663e54d59f8c3649c344aae2a53957f106fed 315 0.12/1.00 vMB 22
696,188 696,188 00000000000000000010210e90874819e44d173f50b893ea9c2c7bc31702b55a 609 0.98/1.00 vMB 3
696,187 696,187 0000000000000000000a6a0ce5c9a9237c7de02f42f120ab0992564ec3a7707d 960 1.00/1.00 vMB 7
696,186 696,186 0000000000000000000fe08c1308ca294254bb8543cb372fd706b54e27e34b9a 994 0.99/1.00 vMB 4
696,185 696,185 0000000000000000000b82f6abf55152e79b7e14e3f8cb26824363133602bebe 141 0.99/1.00 vMB 1
696,184 696,184 0000000000000000000acf6ad4ef47e66f12301d0de204c4abd68174e0791b42 1,703 0.99/1.00 vMB 10
696,183 696,183 00000000000000000006a7a512d6147482b6a3e7e8575b6ff88557f10359b7cc 526 1.00/1.00 vMB 3
696,182 696,182 0000000000000000000ce1a5b0cb7fcd6ca5bc1f31a8e4a99df9d6e0c1965813 194 1.00/1.00 vMB 1
696,181 696,181 0000000000000000000d3c68597f8b2f1838dc1374ec86fb33286c746de849ff 2,238 1.00/1.00 vMB 11
696,180 696,180 000000000000000000015394d058281457306cc0cc50f540af6951918ef1c30f 977 1.00/1.00 vMB 4
696,179 696,179 00000000000000000007a604198e3aa3fd4b879c48dcdc68d1c8a778ad18256d 1,886 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.