Loading Tool

Explorer IconExplorer

Memory Pool

46,759 transactions
27.36 vMB
0.08376111 BTC
Random Selection Loading Transactions
Max Size: 144.71/200 MB

Candidate Block

Mining Attempt 727a55b90943a0e570115ec420479dba459eec6685510bf29f742b6099eee205
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 2acea2008c7d48396d0c2863a4a92dd6c79ba09475a0a4a2b67975f7f2e1e289
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,826
Size: 1.00 vMB
Total Fees: 0.03162400 BTC
Feerates: 298.51 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (188,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
726,424 726,424 0000000000000000000037e9e52108ba37c8ebeb6e4c9c7fbdeca9ca3789e422 2,543 1.00/1.00 vMB 13
726,423 726,423 00000000000000000006556b7027ead5b0744b371d66e8e0c9c87729d97c0ed3 2,811 1.00/1.00 vMB 6
726,422 726,422 00000000000000000008c1242c503a6080394f207faf85e360d2810a6a821614 1,604 1.00/1.00 vMB 20
726,421 726,421 00000000000000000009298f292d57b896407ff5d4096f7dd6a77cb69a9cd13c 2,607 1.00/1.00 vMB 11
726,420 726,420 00000000000000000003436f437dd0cd214c3949402d09ad264c5050268cf87d 1,988 1.00/1.00 vMB 19
726,419 726,419 000000000000000000041a0905871dff76d6f6aa05b60afcdf4372ec4b4da69a 1,195 0.51/1.00 vMB 7
726,418 726,418 00000000000000000001adbe3f9947b446c10c7d1e1344403ce02fdde206b7bd 1,641 0.79/1.00 vMB 8
726,417 726,417 00000000000000000003d4cb02929728d809ee820019cad8fba23c93187228c9 2,217 0.98/1.00 vMB 9
726,416 726,416 0000000000000000000277f452382e9e1960833c775862994568be8447fb30b9 899 0.86/1.00 vMB 8
726,415 726,415 00000000000000000002eab1fb3956bf1f14e5820f69cd9e1337bfbbb54a2e44 1,705 0.64/1.00 vMB 10
726,414 726,414 000000000000000000049e16c6a872e2cff560cff918c3256a2ca215a1a96cb2 2,324 0.92/1.00 vMB 7
726,413 726,413 000000000000000000061cb3698c4590bf34434b34d275415389fe90bb14d517 954 0.39/1.00 vMB 16
726,412 726,412 0000000000000000000543153bf8cfc90c73cec57135b195252d1c8d93d46819 1,347 0.68/1.00 vMB 5
726,411 726,411 000000000000000000047a9a5cd5901d45b94eec5ee9980e8f9b57126f77a7e6 3,133 1.00/1.00 vMB 5
726,410 726,410 00000000000000000006a5bb4c50ed724d3561fec73703016209e4f83ef6e211 3,181 1.00/1.00 vMB 14
726,409 726,409 0000000000000000000256715261275a15fdcfaae3fe3a4de914e3db1ed5330c 412 0.10/1.00 vMB 9
726,408 726,408 000000000000000000057f49ad52fe4f5af9d4d827740a1f75d317833374dafe 1,067 0.58/1.00 vMB 4
726,407 726,407 000000000000000000083dd7a2c3111b4e30c2596532e3040004f89a9a1dd19f 1,170 1.00/1.00 vMB 4
726,406 726,406 0000000000000000000348c3f7af41131033a0b9f727ad8edc98a46f1748e128 3,219 1.00/1.00 vMB 9
726,405 726,405 00000000000000000007659337fa0b8350c562eec312c9ea5961fe82427f32ef 962 0.38/1.00 vMB 8
726,404 726,404 00000000000000000009ba2718d901f3df1d287f231b72f5a0bcc63d9879e4c3 2,204 0.96/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.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: 648.92 GB
    • Received: 13.10 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.