Loading Tool

Explorer IconExplorer

Memory Pool

81,427 transactions
34.31 vMB
0.13979324 BTC
Random Selection Loading Transactions
Max Size: 194.93/200 MB

Candidate Block

Mining Attempt fbc4dd5eca0e9ef9c4ce66d3013e536e0c22daf033c7c58385b14f74c5b4a2b4
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root c4d3ca8613654d7c9191d75e0499e122d07d6f929b264303b2ae7d8e2bc2d45e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,665
Size: 1.00 vMB
Total Fees: 0.02577247 BTC
Feerates: 384.62 > 2.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (446,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,988 468,988 000000000000000001d837c76360f5acecf05563bc59c01106bb50bd072a1ea9 1,813 1.00/1.00 vMB 349
468,987 468,987 000000000000000000530d0aaa78a55903dab8a2b98adfb2963f7260610f1041 849 1.00/1.00 vMB 225
468,986 468,986 000000000000000000916ad24d7ef4571224134bbc1a386dcba842740014779f 894 1.00/1.00 vMB 198
468,985 468,985 000000000000000000b6fe11c7cec7cf25dbdbe7ccc68a39739ddd45fdc373f6 2,083 1.00/1.00 vMB 308
468,984 468,984 000000000000000001b9a211cff8de3542502cb531d5ecd4110cc6aaa91298da 1,140 1.00/1.00 vMB 193
468,983 468,983 00000000000000000032f9b493eec13775a4d72319b8bc07e20763ba08ecbd55 1,717 0.99/1.00 vMB 284
468,982 468,982 000000000000000000d0ac86e752f095dfb65d12eebf0c0b85b1f3ef5d8d8c77 1,761 1.00/1.00 vMB 195
468,981 468,981 0000000000000000013be8542b8e7deaa9a84056349b75ed6bc6f6caf3eca7ca 2,174 1.00/1.00 vMB 228
468,980 468,980 000000000000000001003ac137ff21b13992405914f885a224f8cb2426d00974 2,129 1.00/1.00 vMB 296
468,979 468,979 000000000000000001ab7a9a3a0b667c61c2d579356efb6736563338601e4d4d 2,066 1.00/1.00 vMB 297
468,978 468,978 0000000000000000008d1ee1ca07c3d8dcd19825c57abf8c72681d1a24c53243 1,906 1.00/1.00 vMB 272
468,977 468,977 00000000000000000051f8fc51572db3dcbb1201b696cf2be67a7bc52a7a9af6 2,492 1.00/1.00 vMB 362
468,976 468,976 000000000000000001d1f5795cc5fc019d19601842a1ccdf220ed2904b8309df 1,981 1.00/1.00 vMB 359
468,975 468,975 000000000000000000edf66ad25c61ee7fa50abcc5313dd92b071fb1a31dac4f 1,721 1.00/1.00 vMB 317
468,974 468,974 000000000000000000c3f67d656385ca3b7bc727dee56153997a0e2fcaef1884 2,028 1.00/1.00 vMB 327
468,973 468,973 000000000000000001ceb5680dbdfa59420e7f3824f69f9b1f6534dfc1158d03 1,661 1.00/1.00 vMB 277
468,972 468,972 000000000000000000c506b7c430a2cbc9e7ca08d5af20c10dbf538d1a8cba51 1,215 1.00/1.00 vMB 257
468,971 468,971 000000000000000001bcce2ea54425f2483431ecb6f4e537fa7fc722798107f0 712 1.00/1.00 vMB 189
468,970 468,970 000000000000000000fadf06e85df42f36f5861e193dd0582fa0cdd26359a263 1,636 0.99/1.00 vMB 292
468,969 468,969 00000000000000000031b66fc7225dea20ffbd17ef4ceff5c726354a9504cb23 1,552 1.00/1.00 vMB 268
468,968 468,968 000000000000000000d00f5a038ea52fa66b68097557eb7396b8cbe8ec4600c6 2,433 1.00/1.00 vMB 398
Previous 10 blocks ↓
Total Size: 783.10 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: 729.75 GB
    • Received: 18.49 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.