Loading Tool

Explorer IconExplorer

Memory Pool

81,285 transactions
30.83 vMB
0.11184785 BTC
Random Selection Loading Transactions
Max Size: 187.20/200 MB

Candidate Block

Mining Attempt 8ca02c9ece9dad6acc297f5e6e797997f6aedf7bc2d36fd6a74274d3e7424942
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 62b30c3d3b7f5c5ecfcea7fbf4f7aeeeb5763aabb1309a0deaf0e48b9e2be0aa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,420
Size: 1.00 vMB
Total Fees: 0.03736742 BTC
Feerates: 318.30 > 3.74 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (556,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
359,105 359,105 000000000000000011cf6f9ed1820315e682ddbf8d7e14e570b85185d0d90ba3 240 0.14/1.00 vMB 22
359,104 359,104 000000000000000016793b8564441ad7e8d3f79cb0bf11f46131a4627bc76e94 874 0.69/1.00 vMB 17
359,103 359,103 00000000000000000985e7c150d51b0334ff6eaeb59dad8b4de8fd34d63485f6 1,936 0.75/1.00 vMB 36
359,102 359,102 00000000000000000928129df1a1224552843c93f966da7a5d8d9f0bcc9e5849 576 0.32/1.00 vMB 19
359,101 359,101 00000000000000000c9a10da91cb897fe2b5c6ff7afb156b680af0728aa0019b 1,021 0.75/1.00 vMB 18
359,100 359,100 000000000000000008b728914814d4fefbbdfc29ed3f0862d418574940ae831e 2,634 0.99/1.00 vMB 35
359,099 359,099 0000000000000000156a0789f8b122b24929c9359a0d414693a831ab3fd23fc9 620 0.35/1.00 vMB 27
359,098 359,098 00000000000000000846a4b72e37ba8362b3767415741d522c990e43d81cb5b9 289 0.44/1.00 vMB 8
359,097 359,097 0000000000000000065000d5a1a3928310577dc2ab35a4e2d62dccdc2bb78a28 1,014 0.75/1.00 vMB 16
359,096 359,096 00000000000000001367c542943e80442727f61aef4f5fa33bf861e5324ed199 1,070 0.36/1.00 vMB 37
359,095 359,095 000000000000000004e88b1db52e66b4e9991cbe4e9664e3676c7469eeebc3ef 852 0.47/1.00 vMB 27
359,094 359,094 000000000000000008c2fe90af6b191e2dcbbabb346fd05383c13ef539fd7182 823 0.40/1.00 vMB 24
359,093 359,093 00000000000000000e574e63a8cc73ea1aa803beebf0f85f576e15ce9ce831c0 1,480 0.69/1.00 vMB 41
359,092 359,092 000000000000000015a07da8803efa228ea940d9890692e9b9f4a1ace39a2c9d 202 0.19/1.00 vMB 11
359,091 359,091 000000000000000006b56b537e2e14677206d15d53854949c31cf4f4a9f5fdc8 1,543 0.88/1.00 vMB 23
359,090 359,090 0000000000000000143a113e8f34c32cb35a0e373f7b407790a2e972ffe6331d 1,539 0.75/1.00 vMB 32
359,089 359,089 00000000000000000cd77586bc845249c8851dec97cb97364cd3e974eae01980 539 0.36/1.00 vMB 31
359,088 359,088 0000000000000000169d6d82080b3db93900c5a8d96dff0fd749d0ff8916e5c3 311 0.24/1.00 vMB 65
359,087 359,087 0000000000000000144d4f7428f8b83d6aca4df6a168882e2ac363a8e534aa0b 257 0.48/1.00 vMB 6
359,086 359,086 000000000000000007d9e4c2cddcc545cb6953ddd090cb782e5ad8bca208622d 1,010 0.52/1.00 vMB 29
359,085 359,085 000000000000000013e6c4d3f19ce6f3001c96a4a82d6d1ddff1fa6c5e9ca3d0 1,439 0.75/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 783.08 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: 721.66 GB
    • Received: 18.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.