Loading Tool

Explorer IconExplorer

Memory Pool

37,166 transactions
28.85 vMB
0.03878456 BTC
Random Selection Loading Transactions
Max Size: 160.78/200 MB

Candidate Block

Mining Attempt eaa7f3dee03a13c6d7e1b15b04157824a0c4ec4046f37e470e384447fde4a210
Version 20000000
Previous Block 00000000000000000001ace459f7c72304381c27148de36ae2a6a6fae3ffa8b5
Merkle Root a710c6d1f95bd39d00faa883c6fa3d0c8056cf76dddb4b200b56ab64dae87af6
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,698
Size: 1.00 vMB
Total Fees: 0.00477187 BTC
Feerates: 30.65 > 0.48 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,828 (17 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,811 940,811 000000000000000000013b4266ed94e134dea3e2a64de0949d5188a203c29588 2,675 1.00/1.00 vMB 3
940,810 940,810 000000000000000000001a9e640644dfbeaff15d8dd099b2609738abc8c41828 3,495 1.00/1.00 vMB 3
940,809 940,809 000000000000000000004d8fda78ed159fab8fee6e5532fe162b0a1623e564af 2,940 1.00/1.00 vMB 2
940,808 940,808 00000000000000000001214be2af3130d9943e1e4f7cf6aecf083c415f442f42 565 0.26/1.00 vMB 1
940,807 940,807 00000000000000000001da28dd1c0aa3f93fafea6b9e41f1b013445812bc55d0 4,352 1.00/1.00 vMB 0
940,806 940,806 0000000000000000000135fe9952f403ba29b11baa10d0a6d13c423361602195 1,714 0.49/1.00 vMB 0
940,805 940,805 0000000000000000000111876e1c6adb4c5c90c0cfe4f792bd7d5d8934bc0a87 3,676 1.00/1.00 vMB 2
940,804 940,804 00000000000000000000e7aed9157bf80082261c8bb393ee4ef68a1c42edde3e 3,204 1.00/1.00 vMB 1
940,803 940,803 000000000000000000012bfc1325cf6a358095855157a6e2825ce50ceaeb001c 3,385 1.00/1.00 vMB 4
940,802 940,802 0000000000000000000098e1c32b800e90acf18f83f5333d6278add88624dac7 3,483 0.94/1.00 vMB 2
940,801 940,801 0000000000000000000027009aae3acfa4ebfb99197ea5896e4b8e6d5b000a6e 3,339 1.00/1.00 vMB 2
940,800 940,800 000000000000000000000b2e8e417dd5466c3b1ea2d1db7a18457dd53afdb6be 3,573 1.00/1.00 vMB 2
940,799 940,799 000000000000000000010a14bcafadd288eb160c044d3871a8554715068af924 2,959 1.00/1.00 vMB 2
940,798 940,798 000000000000000000011a2e6379ff1c02852a23aea3052424d1e5f7ee5f46aa 3,429 1.00/1.00 vMB 3
940,797 940,797 0000000000000000000063ded9966b6cbc1dd4280275f3089874e48e5f06ca97 3,039 1.00/1.00 vMB 2
940,796 940,796 00000000000000000000d8e299db80d2a5df4a30614d71dbdf715b749ca28414 3,788 1.00/1.00 vMB 5
940,795 940,795 000000000000000000010f315f45fc3bc555e64b76a6b47c39ec13996d38f15c 4,686 1.00/1.00 vMB 0
940,794 940,794 000000000000000000016b0cbdf29dae84a4aeb61ad9450964c909278856ff3e 5,053 1.00/1.00 vMB 0
940,793 940,793 000000000000000000004eb11ba5b06b784a17458f49fbf7f7bf4251fbef4051 3,508 1.00/1.00 vMB 1
940,792 940,792 00000000000000000000c0f102f5d3204d24b80e44f5e26d37c9436654f54eb1 4,124 1.00/1.00 vMB 3
940,791 940,791 000000000000000000000d3db2ae6dc0bbcbe918d24ef6b4afe45f27caa6248f 2,736 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 828.23 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: 4,565.28 GB
    • Received: 246.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.