Loading Tool

Explorer IconExplorer

Memory Pool

80,940 transactions
29.76 vMB
0.10279249 BTC
Random Selection Loading Transactions
Max Size: 180.03/200 MB

Candidate Block

Mining Attempt ec70097f21ea17989d656aad5b6844a32fb37faa84ba50cafb586b083d6252ab
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root c85ea41b4d71da629bfc4f2cf90e3b9424b9e65267d738e4afe0d60616f87e76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.03811491 BTC
Feerates: 146.36 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (343,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,470 571,470 0000000000000000001fce9577131c6aebc98f41edddc2f548f03a7736e8aa2d 2,267 1.00/1.00 vMB 79
571,469 571,469 0000000000000000002373100fc4214b15881128c42b7637b3111f317b4fed2a 2,411 1.00/1.00 vMB 82
571,468 571,468 0000000000000000002bffea7f2e2dd3ee7d21bad979eab325b99b2f62d06bf0 2,650 1.00/1.00 vMB 111
571,467 571,467 0000000000000000002b1b27971a6c1188f56efec2f23d1175d056fc3c421e9f 2,847 1.00/1.00 vMB 107
571,466 571,466 00000000000000000011efc98ff70cf965911b8b95e2f01cfc724a04afef1b94 2,957 1.00/1.00 vMB 132
571,465 571,465 00000000000000000028fea6299931a7069501203c813baa14f31be36502cf9d 2,760 1.00/1.00 vMB 27
571,464 571,464 000000000000000000199802ad076e46c2d0ef5428c935cf6aa7e063abe07ac1 2,454 1.00/1.00 vMB 31
571,463 571,463 000000000000000000183fd974fbfcdc68427965cc7336ca3d2c359d3a38fba4 2,336 1.00/1.00 vMB 8
571,462 571,462 00000000000000000023b279971f38b4de423267d5fa152b34b09eee0f3a9958 3,089 1.00/1.00 vMB 44
571,461 571,461 0000000000000000002619705ac4e011c3915debd498852197b91f747adb8801 2,298 1.00/1.00 vMB 85
571,460 571,460 0000000000000000001b17c36d19796bd448b36f0b27154175eeaafb09847515 2,455 1.00/1.00 vMB 265
571,459 571,459 0000000000000000000252e53f6b5180d02d88ec28f32205e30562369d8fe80a 2,532 1.00/1.00 vMB 27
571,458 571,458 0000000000000000001848c1b5873cdaa241f2ac12ec782ecfdd3a14835a2f02 2,816 1.00/1.00 vMB 90
571,457 571,457 00000000000000000005cfb3167b2177a7895ad6977f1321fe3a2c56cf5ea382 2,631 1.00/1.00 vMB 122
571,456 571,456 00000000000000000021c10ed89de8d1caa0ad9f1534b39e349665df7c0e80cb 2,483 1.00/1.00 vMB 16
571,455 571,455 000000000000000000158f948e8aff9e3e43034ba3a163a9ae8f91a8e64e2912 2,706 1.00/1.00 vMB 38
571,454 571,454 0000000000000000002ae1eced5a94e483f714b17a4685fd3e76b589fdb0dde7 2,828 1.00/1.00 vMB 85
571,453 571,453 0000000000000000001469df5eb259738c1d331420d757807d2f1eb5635a068f 2,532 1.00/1.00 vMB 142
571,452 571,452 0000000000000000000030afe2ac8f0b806c936a8a6a61df6dfddb0d528377b7 3,148 1.00/1.00 vMB 85
571,451 571,451 0000000000000000000acf1671cb661dbc2aac86fbb62a3bce1c09cc73a4029b 2,443 1.00/1.00 vMB 134
571,450 571,450 000000000000000000004e2c6072288c868d1db0597c1cc0ec739a50d18138fb 2,556 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.