Loading Tool

Explorer IconExplorer

Memory Pool

78,412 transactions
29.12 vMB
0.08188506 BTC
Random Selection Loading Transactions
Max Size: 176.26/200 MB

Candidate Block

Mining Attempt acc72e56b92ae54c3d703cd8630577a3074dfef0bb0bd78b43c4ec287b201532
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root ec1d2a009947fdb0f0dd2508676b6e039d0a524d6ab62b56f61378d9798a7f26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,727
Size: 1.00 vMB
Total Fees: 0.02104303 BTC
Feerates: 178.73 > 2.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (481,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,256 433,256 0000000000000000020ebf99b6aca8765510727c7fa1d39f866f67e76a1a3241 2,146 1.00/1.00 vMB 73
433,255 433,255 000000000000000003526bfcfd900409744a2842d5b24f0f36f6f71b4e294e3f 2,580 1.00/1.00 vMB 110
433,254 433,254 0000000000000000017363cc0f6562f4e4552b94032c49ce37f5fb1309062fc6 1,970 1.00/1.00 vMB 55
433,253 433,253 00000000000000000428ec876f074bc7b34824bb11f8b00ec764622b3f54861d 2,409 1.00/1.00 vMB 63
433,252 433,252 000000000000000000d8af4e0f941b956520306b3c0c2aade8f28d202e7aac3a 2,675 1.00/1.00 vMB 70
433,251 433,251 000000000000000003564274d44f0606ecfc27a8954825900fb38f6b852515db 2,943 1.00/1.00 vMB 94
433,250 433,250 00000000000000000377b1fc32b5ba7ad744e45a5d8b4e9ff7d5145129bab1dc 2,439 1.00/1.00 vMB 66
433,249 433,249 000000000000000004075bcea878d5aa1abac1d67ecd01be53cccc03a4943b3d 371 0.23/1.00 vMB 59
433,248 433,248 000000000000000000ba7fe5e04c3d4178fd294652a7575df32f4ea333295183 863 0.33/1.00 vMB 65
433,247 433,247 0000000000000000009377fc628e3fa4c44ff0f2af0e13e787e31bea7890a064 134 0.07/1.00 vMB 66
433,246 433,246 0000000000000000031db4e4a4878743061f58b23c6fd2f18da00a66d3518302 1,449 0.74/1.00 vMB 53
433,245 433,245 0000000000000000028670fcddd60fd63b6b13d499eb3f53656b4f4efc9a268e 592 0.99/1.00 vMB 16
433,244 433,244 0000000000000000006b8e7d69421cea9e35b6a8c5a1edfadcea57323ea07bd7 1,220 0.57/1.00 vMB 57
433,243 433,243 000000000000000002085e2d24487243464a3ee591d4d8e18e1df74d0cd4ae8b 607 0.29/1.00 vMB 67
433,242 433,242 00000000000000000069dae4640e0b84011787fca051025d80919ba589126b93 1,083 1.00/1.00 vMB 37
433,241 433,241 000000000000000001c8f1636f633400500c4183af50d70786ee8fbf5df72aec 1,800 0.94/1.00 vMB 48
433,240 433,240 0000000000000000043576178eacdc1d56c08a61773522f18afaee937714e15d 2,350 1.00/1.00 vMB 75
433,239 433,239 0000000000000000023b3a3310817a888850054f72dc142781f25632d070cbbb 1,400 0.74/1.00 vMB 49
433,238 433,238 000000000000000001d0c66f55502bc820b6e46aaa939f4af3b2eed31c60cfe0 2,140 0.99/1.00 vMB 54
433,237 433,237 000000000000000000b6be9ad99a0db4d72dc9d4240e52fdab6a7087f6044528 2,541 1.00/1.00 vMB 79
433,236 433,236 00000000000000000090289a4f7ec2baba99d3e2086fa339b681514d9033f562 1,151 0.53/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.68 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: 677.99 GB
    • Received: 16.44 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.