Loading Tool

Explorer IconExplorer

Memory Pool

48,571 transactions
21.11 vMB
0.06060004 BTC
Random Selection Loading Transactions
Max Size: 120.92/200 MB

Candidate Block

Mining Attempt a577b7f269c4983bc2d51aa5c2b4e3d05d0c3fd8d5a846809631100105bcb9ab
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root 06806191c28267a5170fa70cf3476add7df0b7bc613b630ba6b7f993b9d76e72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,728
Size: 1.00 vMB
Total Fees: 0.01794904 BTC
Feerates: 502.67 > 1.80 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (813,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,989 100,989 000000000001d36a28306c14f32eec3d0f60c683e90d63f3ecb92bf6edfa8861 13 0.00/1.00 vMB 0
100,988 100,988 000000000001434a80747c0eb193f97c3311bdcab00b404bea6e068ca1d37917 13 0.00/1.00 vMB 0
100,987 100,987 00000000000171cbda3f5bd2b00f2bca78cde328b2a324e2d8c3e2211224a564 41 0.01/1.00 vMB 0
100,986 100,986 0000000000016f7459bc6983e5357c4b9b8a0050da05b88f76cf52789059d6b9 5 0.00/1.00 vMB 717
100,985 100,985 000000000003cd23a2e3b815b5507fd6b8bfbbda2da5097a9db87e567a1b8546 22 0.01/1.00 vMB 0
100,984 100,984 000000000003084a5eeb40a79683c2a4c00cfdd9f5cdbbb1527b26eb4d0e32f9 12 0.00/1.00 vMB 0
100,983 100,983 0000000000025150ef735f9cdbd3c68e1cbcf442ad2cd6ad446c560002e713e4 1 0.00/1.00 vMB 0
100,982 100,982 0000000000006a02115c0a3a2378cdb90c83bbd35632f3923e03411e8a98597e 2 0.00/1.00 vMB 0
100,981 100,981 000000000003ed5a39368f76844f446b7e01993b302a0927686634b61d124e26 1 0.00/1.00 vMB 0
100,980 100,980 0000000000034545c504ec8a150d20d35af4af47a894e19bea1b9e365b26ce40 2 0.00/1.00 vMB 0
100,979 100,979 000000000000858c7dac9498af48f08efb39ad390d676f7b2bf8840533a38943 3 0.00/1.00 vMB 0
100,978 100,978 0000000000026c8c3938ba7d686dd4d1fb4d9f18fd8fc20ea40e04a2c43af56c 1 0.00/1.00 vMB 0
100,977 100,977 0000000000008e21ef6a4636a2918f4003ba45c9038b81fb77dc2bc1272b3adc 2 0.00/1.00 vMB 0
100,976 100,976 00000000000262f0262b975e7f545b0fbe26438f1770f84318011d9663950184 1 0.00/1.00 vMB 0
100,975 100,975 00000000000273e062842fa2be2d275cd4df10e5e08f5a8a572ce02b019ad55a 5 0.00/1.00 vMB 0
100,974 100,974 0000000000026c37fd0adcc44be5edc60fe5bed89ee660d960e40557e39dd572 3 0.00/1.00 vMB 0
100,973 100,973 0000000000030d1cacf2317b7bb726104f406d58190c1e64645a90cfe0869004 2 0.00/1.00 vMB 0
100,972 100,972 000000000001c7b8013ea21ca06eb6691fb02b24be543ef0dc178ddaa1538939 1 0.00/1.00 vMB 0
100,971 100,971 000000000003a67cbdd93ad5b6445480c18783381b9616308cc2a685635f25bf 4 0.00/1.00 vMB 0
100,970 100,970 00000000000169ee0baf7aed3aedda28b9c2e356264cd10989b4daddb3c9b0da 3 0.00/1.00 vMB 0
100,969 100,969 000000000001ccbbab10c8a24f727109f7e5765b973ec6d1842bcd7f9e66bcdf 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.64 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: 550.23 GB
    • Received: 6.42 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.