Loading Tool

Explorer IconExplorer

Memory Pool

75,482 transactions
28.27 vMB
0.06255698 BTC
Random Selection Loading Transactions
Max Size: 171.21/200 MB

Candidate Block

Mining Attempt 5402b09470fb8809dd58aece0c968b65ffe06f05199b471b037101780a9ef838
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root e31fc96acc04102f846fd8e607d4c0487f296d97da331cc35502182d3063b44f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,390
Size: 1.00 vMB
Total Fees: 0.00416080 BTC
Feerates: 40.21 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (468,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,877 446,877 000000000000000000cabec31867a94c1c92b9673726e668293a6cbac7b2e574 2,536 1.00/1.00 vMB 114
446,876 446,876 000000000000000000f19c32b8b010aa32b8f997fd72eb35630fe8611160a376 2,407 1.00/1.00 vMB 109
446,875 446,875 000000000000000001b7448ecf08224e99f9c4f3d75c423c949fa6b47e2f7343 2,130 1.00/1.00 vMB 96
446,874 446,874 0000000000000000002148dc464733a939dd017f89f3ef7588ac84649da34f77 2,253 1.00/1.00 vMB 79
446,873 446,873 00000000000000000189cb628ccb06db17ccfba34fca196f4939fc62bdb8dca6 2,593 1.00/1.00 vMB 92
446,872 446,872 000000000000000000b2bb04c688f0f557bcb8aa379244c6e902126549afc468 3,065 0.99/1.00 vMB 135
446,871 446,871 0000000000000000013028c20998464483cac563a3dc87c4178bc0f52ba68ba5 2,729 1.00/1.00 vMB 102
446,870 446,870 0000000000000000011f1a7d8d084e869c3f6e37dd5cfc2cd181b2b367018c26 1,288 1.00/1.00 vMB 54
446,869 446,869 000000000000000000af14e89aa6f28fb4261905c31893b9cac7a64f5f0edad9 2,096 1.00/1.00 vMB 58
446,868 446,868 000000000000000001528d7f6ac7740789c1208d10d3b43f850a8178e4a5a912 1,984 1.00/1.00 vMB 56
446,867 446,867 0000000000000000010e9e2480c6e43585adfbf91584f03290fd751f5870fd40 1,654 1.00/1.00 vMB 71
446,866 446,866 0000000000000000019d1bcb8463424fba143c952fd4f01a5d99c6a4d9472c62 2,261 1.00/1.00 vMB 83
446,865 446,865 0000000000000000008a521aae8b78a9ae5f5770d8e62cb26e4638c8f47cd08a 2,134 1.00/1.00 vMB 69
446,864 446,864 0000000000000000016f126dd919af57ed4b5ee88f22ba8531ee8ccef3941e54 2,203 1.00/1.00 vMB 86
446,863 446,863 000000000000000001fd1b8ffcfc9c61f6d85173d6bd9b01be229bd5c8347c7b 1,984 1.00/1.00 vMB 77
446,862 446,862 0000000000000000034cfc5c5097e467ec7ba07683bbbeabbee0ab566dd35a31 1,164 0.99/1.00 vMB 53
446,861 446,861 0000000000000000036544d8966263b3c7b0d8e7726132c740334bd3b752f682 1,449 1.00/1.00 vMB 57
446,860 446,860 000000000000000001cea6555f47218f861790316a1b749e8d66f9ba0a2de2b9 2,373 1.00/1.00 vMB 81
446,859 446,859 000000000000000002660bbf7bef3cd0514f3be1b07d3a277a352599715b2b79 1,934 1.00/1.00 vMB 69
446,858 446,858 0000000000000000034d3794ecb1053ba0882d5000ef20e18f556c0b4905e5f0 1,256 1.00/1.00 vMB 52
446,857 446,857 000000000000000003075920be8aaecf7fbca7de1aeb8933fa68be8a9407cae6 1,890 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.