Loading Tool

Explorer IconExplorer

Memory Pool

82,885 transactions
30.71 vMB
0.13927485 BTC
Random Selection Loading Transactions
Max Size: 185.05/200 MB

Candidate Block

Mining Attempt 2bc0698158a428998d2dd08f0c7c152aa84d28b9d55e1a4f2efbdb8fefb12478
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root e624e7f8389880c590c30fe64de72a1b21579030aa1750201a0ce4959ad45e2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,730
Size: 1.00 vMB
Total Fees: 0.07432159 BTC
Feerates: 203.60 > 7.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (550,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,880 364,880 000000000000000004a057fedd99a2a5f14888df4b77a5a401068b97645f1140 1,974 0.75/1.00 vMB 53
364,879 364,879 0000000000000000067b4a60e68f65b47535a5c13306ab3a292d3fae8d730aeb 1,472 1.00/1.00 vMB 43
364,878 364,878 000000000000000003c0222db0e3b9fe37c66890c6d3851d81b06bd804bb4d4a 1,094 0.93/1.00 vMB 26
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
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.33 GB
    • Received: 14.80 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.