Loading Tool

Explorer IconExplorer

Memory Pool

77,777 transactions
28.62 vMB
0.09980020 BTC
Random Selection Loading Transactions
Max Size: 173.94/200 MB

Candidate Block

Mining Attempt 3364f71ab9310350fe17ae887090531ca3a78422002b7fba2fd5438a372e762c
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root c83661adb262a1893da43270f4e80707d51a5568033ee4796324daed7573c520
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,878
Size: 1.00 vMB
Total Fees: 0.03398254 BTC
Feerates: 201.07 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (49,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,424 865,424 00000000000000000000e58c2e2ea6ade4983a7c4806113e16f09da07356fbba 3,696 1.00/1.00 vMB 8
865,423 865,423 000000000000000000017ca49dd63716c343652d2a86379c542dd4b40a9fd3ce 3,773 1.00/1.00 vMB 7
865,422 865,422 00000000000000000001a9fc00310ca774353dd0aa766e816b90688a69ddaff9 4,348 1.00/1.00 vMB 11
865,421 865,421 00000000000000000002092ea059d9a4af4467b3eacc3fda0fbf0ff8e1a2ff9c 1,764 1.00/1.00 vMB 6
865,420 865,420 00000000000000000002b4cbcb14fa3efaa828d44af10b30851ea0c3eabf049b 4,332 1.00/1.00 vMB 10
865,419 865,419 000000000000000000017985e4e7355b93822b676946e9511b64851fa5bec975 4,331 1.00/1.00 vMB 9
865,418 865,418 000000000000000000002aacdf79eb3818c9fe7b7d24d3fca32165d01f87d46b 3,277 1.00/1.00 vMB 13
865,417 865,417 000000000000000000000ef6637d2be11aba4ec28515d0bb5078d10ddd86345e 4,041 1.00/1.00 vMB 9
865,416 865,416 00000000000000000001d3ef578fce6c1e1df1115c0fb339a30e7439c35e13d7 4,181 1.00/1.00 vMB 14
865,415 865,415 00000000000000000002ef15eb083a8c6c5bbdfd722aadfd8de74b97dce4563d 2,793 1.00/1.00 vMB 10
865,414 865,414 000000000000000000006b0f7ddf8f48acf77bf62d8682a7967ab6b0e7a57056 2,945 1.00/1.00 vMB 11
865,413 865,413 00000000000000000002db65d498608d1a54f1dedb26a522c6b9f44c46367bb2 4,343 1.00/1.00 vMB 9
865,412 865,412 00000000000000000002d0254843a0ad0a62093807b69d1884855ee4c27ec36b 2,796 1.00/1.00 vMB 12
865,411 865,411 00000000000000000001cf5a7ddb53a0cff817d2b1bd50d17fc67136be0b5ac1 1,441 1.00/1.00 vMB 11
865,410 865,410 00000000000000000001831d1cc3838bf76ec53a5e5abba772cb4dd05bec2bd3 1,158 1.00/1.00 vMB 12
865,409 865,409 00000000000000000001207d7e4098e8b946391db7bb22254a9d110266271a33 1,246 1.00/1.00 vMB 12
865,408 865,408 0000000000000000000238062c1bfeab9fe5345f3bd5c95eeb58cb8afd549253 5,218 1.00/1.00 vMB 14
865,407 865,407 00000000000000000001879ecf5b31e6d71aa7d9666b5760464734f769b7fee2 3,323 1.00/1.00 vMB 20
865,406 865,406 00000000000000000001325f35e1cb87a5c5aff25d7f2f6f3a6466f79e6d383e 2,105 1.00/1.00 vMB 14
865,405 865,405 0000000000000000000269eff4fbc8181279606daa8d7d9b1b504733cd072c54 1,459 1.00/1.00 vMB 14
865,404 865,404 00000000000000000002e039b1bd5ed3ed18a9e120e64f77799d9b03862d4899 4,772 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.