Loading Tool

Explorer IconExplorer

Memory Pool

86,043 transactions
32.27 vMB
0.13191056 BTC
Random Selection Loading Transactions
Max Size: 197.20/200 MB

Candidate Block

Mining Attempt 30e3fdf23ff0086af53f7146e2087d4a5c44c3aaa33e68d77ff36971fdf9deee
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root b9467b75fab2568a5217aa39d145a97a9b9faa16d02f8ae9cd23b1a1cae05bb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,428
Size: 1.00 vMB
Total Fees: 0.04699476 BTC
Feerates: 301.60 > 4.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (300,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,588 614,588 00000000000000000009cd1884faddcac170c16c26087253ec5329e4989ab6bf 2,043 0.66/1.00 vMB 12
614,587 614,587 0000000000000000000d4f09725da0aab7ed4ecc34702ed6d1a6e5f6ffb56324 923 0.24/1.00 vMB 11
614,586 614,586 000000000000000000026dbb2082ac410ac9469fd1cdda12280a330e1307e01b 2,236 0.77/1.00 vMB 7
614,585 614,585 0000000000000000000b5b2a307cb15f7a0f080d53ca10ffd4e7c3cc8433b15e 776 0.21/1.00 vMB 12
614,584 614,584 00000000000000000011c9e72eb85e1a3913959d303bc05592e0b722d5a9f599 689 0.21/1.00 vMB 15
614,583 614,583 0000000000000000000eb1f6ae77983af5af77033d848d0550372f923b0e3263 3,295 0.88/1.00 vMB 4
614,582 614,582 00000000000000000003e1ec89c48d8436260beb48ec5606a65387240f5339b7 2,917 1.00/1.00 vMB 14
614,581 614,581 00000000000000000000777234f7ba446e7358d2fdcb7771291b166f2c13186f 224 0.07/1.00 vMB 13
614,580 614,580 0000000000000000000c0b000b28275aa54e277db5d00e08d22b56e13d4d644d 2,051 0.72/1.00 vMB 9
614,579 614,579 0000000000000000000af92035821bc5ad1816dcbc9c5880d14b04d86fabc1c6 3,153 0.99/1.00 vMB 10
614,578 614,578 000000000000000000055229d0b646eda7ccba7dd77895111ed57e1f06f6abed 2,972 0.99/1.00 vMB 2
614,577 614,577 0000000000000000000f83e33ac8228924c6d940f1baa984070927b3edfcf248 2,894 1.00/1.00 vMB 15
614,576 614,576 00000000000000000010ee8ca6f9d9e0f5ab52abf9007378ba43b8a9ca569940 186 0.07/1.00 vMB 33
614,575 614,575 0000000000000000000840d1d5c79c0c65f9f1166fb833ef38728a3cd32dd86f 1,758 0.56/1.00 vMB 15
614,574 614,574 0000000000000000000fdddb8d8e94dd26a330265cec5becd28387de1f572523 1,695 0.57/1.00 vMB 13
614,573 614,573 00000000000000000010be2213d7e76f8b9d457a6254dcc27889daaf4f4f2eef 868 0.34/1.00 vMB 12
614,572 614,572 0000000000000000000a6a0b9ca1b8e0d116f62369e3605e2ef15ded40e0f4fe 79 0.02/1.00 vMB 12
614,571 614,571 0000000000000000001166118aaa48e19d7c35a4a67010c83d03c97d3321bed4 230 0.07/1.00 vMB 6
614,570 614,570 000000000000000000025f54eed98fe1ab914ba9d08683f5bf4a56d4d565f0ff 1,685 0.58/1.00 vMB 15
614,569 614,569 00000000000000000004af66383d180df6a4086ed8ca2e686fc256585e6241c6 1,452 0.42/1.00 vMB 12
614,568 614,568 0000000000000000000cf2b50c627a228e3b23212d791c2462a5af97642ca807 619 0.21/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.78 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: 709.72 GB
    • Received: 16.96 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.