Loading Tool

Explorer IconExplorer

Memory Pool

27,792 transactions
24.43 vMB
0.05025849 BTC
Random Selection Loading Transactions
Max Size: 120.40/200 MB

Candidate Block

Mining Attempt 1cf799a46df3a1296248c571d694c735944bac2b3ce10d1fe3e465c422a2b7f3
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root a7224d7fb5f820b6e989d6f05a022b9ae1d2df5115fe611866443b13182725e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.00700374 BTC
Feerates: 73.20 > 0.70 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (203,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,326 711,326 0000000000000000000573ea261b8e74e6039761ac9b974e0bb7873ba8210604 3,270 1.00/1.00 vMB 22
711,325 711,325 000000000000000000029e97387cfb44f2d9f7bec9d3d9e04096e0060e2a2222 3,561 1.00/1.00 vMB 33
711,324 711,324 00000000000000000005f8fc98b60d5a5f20360eecb2b5dcc8c5ab4e2f362a5d 2,712 1.00/1.00 vMB 7
711,323 711,323 0000000000000000000aa4b9e50b7b3ab345af5bc5e1f975a650cdfacfe391f8 3,187 1.00/1.00 vMB 16
711,322 711,322 00000000000000000005be02463b5a36ea6201ba4445c4b30c12d240d6311e31 1,713 1.00/1.00 vMB 5
711,321 711,321 000000000000000000069ac172611eeef0e4abb4cca02266a4425d7abce90740 1,173 1.00/1.00 vMB 10
711,320 711,320 000000000000000000009e3af182d57ae357b73936d730d327b44efa72391054 1,783 1.00/1.00 vMB 8
711,319 711,319 00000000000000000004b1da9d1205f08ab3c93ae97daced3dad8838e05be6db 2,849 1.00/1.00 vMB 26
711,318 711,318 000000000000000000045508176a751d8f5e5dab64c0dc941558f319956e430a 2,687 1.00/1.00 vMB 4
711,317 711,317 000000000000000000093b43bdd08dac5fe8b657c4ce4506e31e7c5338836eb6 2,933 1.00/1.00 vMB 9
711,316 711,316 0000000000000000000bbe3004bcdd21bc0c1841e991e8f2992c90aead0b9a6e 3,181 1.00/1.00 vMB 10
711,315 711,315 0000000000000000000bc008f1e44081bd127ee233beb243cf95123e6122038f 2,816 1.00/1.00 vMB 15
711,314 711,314 0000000000000000000335a812c8451014953465b3a5fb262647a4fb55b2e6ac 3,733 1.00/1.00 vMB 8
711,313 711,313 000000000000000000015d206e5122fa5501ad9662a2e3f83c5aaa4d2a212a69 3,116 1.00/1.00 vMB 9
711,312 711,312 000000000000000000091b6d3040f6344a27c84ac81a7957ce94d0681f53a234 1,871 1.00/1.00 vMB 12
711,311 711,311 000000000000000000073dec0751ca67f8e507fa9aab15e0ec1d56b65cad0261 1,753 1.00/1.00 vMB 10
711,310 711,310 0000000000000000000ab60ab73bd60b477eb94f3e1d252a64fdb77a05c237df 3,151 1.00/1.00 vMB 14
711,309 711,309 00000000000000000005e0125fd524e59cfa6453335e1991ac9238b577132a04 2,570 1.00/1.00 vMB 14
711,308 711,308 000000000000000000037b07e6a39aa286a70b306d73393e4bf22f61bc4b4792 2,999 1.00/1.00 vMB 23
711,307 711,307 00000000000000000003cdb9f16d9f3ee653c71bc1112920ec999934384bf5e8 3,189 1.00/1.00 vMB 20
711,306 711,306 00000000000000000006c55cc3a69dad7d3bcd85eb66939c4873407511acd547 3,367 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.86 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: 641.76 GB
    • Received: 12.52 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.