Loading Tool

Explorer IconExplorer

Memory Pool

83,449 transactions
31.02 vMB
0.13831515 BTC
Random Selection Loading Transactions
Max Size: 187.12/200 MB

Candidate Block

Mining Attempt 8a13e176edbde6a651f768d30c398d0b7739cf9dcbe4857de18bea01068475d2
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 48f7d4ab4f72def6ec4fcdb0683bac19e9760b19962fee1b2dee3f96942a6643
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,790
Size: 1.00 vMB
Total Fees: 0.07017956 BTC
Feerates: 366.60 > 7.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (550,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,877 364,877 00000000000000000fba34ff79cf46902e73b752dd1f7b40189d8b01eea0f889 1 0.00/1.00 vMB 0
364,876 364,876 000000000000000002a0f6e0afb57b61c12c7aff3fda96af7214df4c06f5e6f0 1,407 0.93/1.00 vMB 42
364,875 364,875 00000000000000000226556b8e3a5a7336f28155a40a507ead0918230b8d29b5 2,203 0.93/1.00 vMB 58
364,874 364,874 000000000000000005c026fcd0b5eab2abab70d367f78f5e64d4dc565ebba394 1,287 0.93/1.00 vMB 30
364,873 364,873 00000000000000000a3b280dc91f6d9efee96d56af12a18b5702d6203e3332ab 3,418 0.95/1.00 vMB 116
364,872 364,872 0000000000000000142d68039747b70bc5eca0113fc349d396679630b421bb40 969 0.93/1.00 vMB 30
364,871 364,871 0000000000000000132c018cd5294fdd2a0a85732a7ab7ab9fffdd9279c07266 1,007 1.00/1.00 vMB 32
364,870 364,870 00000000000000000e5e6c456630aa7e00c783bea5b56f79c570e101bb6db4df 1,507 1.00/1.00 vMB 42
364,869 364,869 00000000000000000761ddfcabc066e809336659bb34ae9663df8e9fa86c500a 1,383 0.75/1.00 vMB 49
364,868 364,868 000000000000000006909680acefb7ae751b9e6ccf007362dd6738331ad5b1b8 2,360 1.00/1.00 vMB 57
364,867 364,867 000000000000000003051b58e27c0377bea22bc571a483fa60c7e8d8f8ff4010 1,137 1.00/1.00 vMB 28
364,866 364,866 0000000000000000082767768320cfdc92b04a8d605e95db3303d26c0a887f6d 1,089 0.93/1.00 vMB 30
364,865 364,865 000000000000000004af6f65907e8ff5a5d24d22775afd025cba3b78a89a1656 138 0.09/1.00 vMB 57
364,864 364,864 0000000000000000078a32b267012a7d0b7aba50cdea76adecba28b1864e2489 904 1.00/1.00 vMB 25
364,863 364,863 00000000000000000e7bf292d46e24b8ec9fdc8c096672a76506077edf6e1417 1 0.00/1.00 vMB 0
364,862 364,862 00000000000000001542a48d1b2fce804be1c59d65c9d151da14b0fdbac9943a 2,088 0.93/1.00 vMB 53
364,861 364,861 00000000000000000f62b25f4915ad89ef627cfedac15b133aa6f4f1457bd89c 1,579 0.89/1.00 vMB 36
364,860 364,860 000000000000000010985bd204ca899fc8725d8e32896c76d41518ad6281d943 2,699 0.75/1.00 vMB 99
364,859 364,859 000000000000000014555cf76ab1d82e9a3d529adf3559cc8ea5ce343b9a3d65 703 1.00/1.00 vMB 26
364,858 364,858 000000000000000008f22ea4b13b2e6d6c0a957f76edaff62de69e64dade09a5 472 0.86/1.00 vMB 27
364,857 364,857 0000000000000000153080d858e282eb4deaee5147e4bf1644711d1dca8a7f8d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.