Loading Tool

Explorer IconExplorer

Memory Pool

31,804 transactions
25.50 vMB
0.07325312 BTC
Random Selection Loading Transactions
Max Size: 137.40/200 MB

Candidate Block

Mining Attempt 4f7132473692d606a6906328add807fb793ef76e7e70ea676236acd6c5a7fa8c
Version 20000000
Previous Block 00000000000000000000019050c541f73b5c2c59d30f9cfc6773704258a62505
Merkle Root 320d33342b3105e1b23f6849f4132ec3f295885a88bb235bbeefa7ab4cba7ea7
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,926
Size: 1.00 vMB
Total Fees: 0.03839661 BTC
Feerates: 150.93 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,002 (149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,853 939,853 00000000000000000001c7f840a92da98e8ef3076c41a4b343067deb0d75fe12 1,397 0.44/1.00 vMB 2
939,852 939,852 000000000000000000018ce7e44b726f94a02fc1d4d92c589d6fd5eb3e268592 4,970 1.00/1.00 vMB 0
939,851 939,851 000000000000000000012977b5ff11cdfcc2817a01cfe77de43e2d95308d7984 1,781 0.51/1.00 vMB 2
939,850 939,850 00000000000000000001c3467edaaf74401def6af46460a0bf3c5a5424966747 3,831 1.00/1.00 vMB 1
939,849 939,849 00000000000000000000827b1139f0e32f7c1cab3712364fe999d60bdc330f83 2,725 0.90/1.00 vMB 2
939,848 939,848 000000000000000000001dd00ec2f34ed999b1a0f9d922ba7f3c1d450b6008a1 5,164 1.00/1.00 vMB 0
939,847 939,847 0000000000000000000071c69e5958fb1050ddd004cbe2519add3ba3d6b01aa9 3,284 1.00/1.00 vMB 0
939,846 939,846 00000000000000000000b88917b47e3fd01d8d2c8892d0494a22836daf74a46d 3,067 1.00/1.00 vMB 3
939,845 939,845 000000000000000000018e6e59ae3e437f8cf28098b54370890191da0ad60fbc 4,281 1.00/1.00 vMB 1
939,844 939,844 00000000000000000001a68f60864649dab91bb4868eaf7488457d17de7ddae7 3,189 1.00/1.00 vMB 0
939,843 939,843 000000000000000000013572a0fcd30ccd0e1dea1c96d5b0261f4bb72641542a 3,911 1.00/1.00 vMB 2
939,842 939,842 00000000000000000001e8134193eef7a438ca0f0ae7492e137f7604ccf16baa 4,228 1.00/1.00 vMB 5
939,841 939,841 0000000000000000000100d313279571b3c33575f355e6ebb54ee1a074073803 4,722 1.00/1.00 vMB 0
939,840 939,840 00000000000000000000f097e5d7e0fea3cbe08d04dbe235cce9572020e71020 4,773 1.00/1.00 vMB 1
939,839 939,839 000000000000000000013ed565c22c9bd9ebecd8047aae84632670e053b44ea3 4,235 1.00/1.00 vMB 1
939,838 939,838 000000000000000000008e9f5915e73a656d0240e7b6963b8c15598e489e383f 765 0.26/1.00 vMB 2
939,837 939,837 000000000000000000019e737100bbec5bd28326ea0be68023d5932886a5a5b5 3,276 1.00/1.00 vMB 0
939,836 939,836 00000000000000000000046b0c24c7755919405a8c3abeaa8f436b6f6f16e9e7 4,983 1.00/1.00 vMB 0
939,835 939,835 0000000000000000000116a4f56c73f0f919f7ceb6c5a83d245a2df018eb1d85 3,471 1.00/1.00 vMB 1
939,834 939,834 00000000000000000000ca088bf7f49d2d4b5178d9f8e0bc09dd83adea6d2e90 3,945 1.00/1.00 vMB 1
939,833 939,833 00000000000000000000936c2aeb12b11a093fc89b333cb58ac695ab0588401a 4,803 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 826.71 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,418.60 GB
    • Received: 239.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.