Loading Tool

Explorer IconExplorer

Memory Pool

82,447 transactions
31.20 vMB
0.11114365 BTC
Random Selection Loading Transactions
Max Size: 189.26/200 MB

Candidate Block

Mining Attempt 4e7f9e6e242c1119ff481963acdb49372ed6733836162faa3bfc021909e78245
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 3d21522c2863a128dddc903ef14d7491a923ab45778f46b5a28e1b093795a7f6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,787
Size: 1.00 vMB
Total Fees: 0.03557554 BTC
Feerates: 803.65 > 3.56 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (55,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,317 860,317 0000000000000000000210feaef3aa0a2ff48c6a2120fed471d73ab13f360f21 2,316 1.00/1.00 vMB 2
860,316 860,316 000000000000000000029cac2db3aaaa1308393bf637164fed15b71f8b563e54 2,927 1.00/1.00 vMB 2
860,315 860,315 0000000000000000000001c87768e50042c7452a9ef3f07c11a2acb2c73bdcb8 1,904 1.00/1.00 vMB 2
860,314 860,314 00000000000000000002e70bbc72d8b0955deebbd87e1aaa647f8770a7dc99b9 6,579 1.00/1.00 vMB 3
860,313 860,313 000000000000000000000c4691f77db83deafc0e928b11f2c4e904f57818bee3 3,907 1.00/1.00 vMB 4
860,312 860,312 00000000000000000002a7431eb4fa5a80abac384680aa65f40f856d1305cd9f 6,294 1.00/1.00 vMB 6
860,311 860,311 00000000000000000001263732d1aab456e55d9690a9a838b9b5e7c1868e6155 7,343 1.00/1.00 vMB 2
860,310 860,310 000000000000000000013ca637471252345cfc6b0c2557c27c2bf7fac643b0c1 4,355 1.00/1.00 vMB 5
860,309 860,309 0000000000000000000020bf0ad83fc03a3a74f80d8d3d68b27e163d72eca6f6 6,131 1.00/1.00 vMB 3
860,308 860,308 000000000000000000020708e82cb1f06c97fb8fb8cee1046737cf6dac9fbe73 2,769 1.00/1.00 vMB 4
860,307 860,307 00000000000000000000071436ec8a1661860bb421f0f4fb245d04e226d07c6c 3,215 1.00/1.00 vMB 5
860,306 860,306 00000000000000000000a35cf75694a4afcc5b21d3faa13373859fadae4c49e3 3,485 1.00/1.00 vMB 6
860,305 860,305 00000000000000000002ad7b3d0f3518ba4d75a6d8d447a827eda6e04d61dff5 3,855 1.00/1.00 vMB 4
860,304 860,304 00000000000000000002e00a38038bab0122bdc8b618020236f9ff0c1bee3519 3,499 1.00/1.00 vMB 7
860,303 860,303 0000000000000000000164986508a9172769ffd3ef3df2851e8c5800e2e72132 7,805 1.00/1.00 vMB 2
860,302 860,302 0000000000000000000153d52b39e34590d60b33cd49aaf50d0b4f0a31b23391 4,848 1.00/1.00 vMB 3
860,301 860,301 00000000000000000000ea637133fb03bb9051f06280eb51b6a083550f465805 6,133 1.00/1.00 vMB 3
860,300 860,300 00000000000000000000c8a88e4a5c75ad00fb2b198207ac1c28990f91a1250c 7,034 1.00/1.00 vMB 2
860,299 860,299 00000000000000000002d92826e9364a42a81266fd88a90d97b6b4c4e6f4cf2e 6,664 1.00/1.00 vMB 3
860,298 860,298 00000000000000000000f090cd577fda80ac22b0e3d0258c95091e09625613d9 2,524 1.00/1.00 vMB 5
860,297 860,297 00000000000000000000b1577df76162c9167135b035acb39b14568099118769 6,947 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.