Loading Tool

Explorer IconExplorer

Memory Pool

41,677 transactions
28.93 vMB
0.06929479 BTC
Random Selection Loading Transactions
Max Size: 148.21/200 MB

Candidate Block

Mining Attempt 80f678beeacefba83f62fa96b4d2fcb7c7260ea7c5aa2831f5b326efe7cea417
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 4bb63fd8cec2b62591cc20524719baf11fb516e8f0392b39b1f96ca69770729d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,712
Size: 1.00 vMB
Total Fees: 0.01293125 BTC
Feerates: 100.36 > 1.30 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (620,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
294,015 294,015 0000000000000000b449caaaa87ef7b551012d8a615002045a41cba1e1f45342 331 0.18/1.00 vMB 30
294,014 294,014 0000000000000000d809533cbaf51dc9be397896e9410b3446a5258c80f9c80c 353 0.16/1.00 vMB 44
294,013 294,013 000000000000000007c1f11a83babf0428aa1b996e9ea1b768e6fa4c6a726972 423 0.22/1.00 vMB 30
294,012 294,012 00000000000000009fa156a8292421caa48f9612a6e93e65c0f8f02c553fe3cd 121 0.05/1.00 vMB 35
294,011 294,011 00000000000000001c66f85dce4ba0bc9867b331e32c472f1968cf74d5a8b74e 230 0.10/1.00 vMB 34
294,010 294,010 000000000000000079b9ae80e6dbcd7c369384c298875dca790df1c5d11db2b3 371 0.15/1.00 vMB 41
294,009 294,009 0000000000000000526d896bc053c009de9ea7758c0556b4512bb91bbdec96e9 194 0.09/1.00 vMB 45
294,008 294,008 0000000000000000b810be13bd39cdb916db4c9712b905b081ce342ac06bb370 108 0.05/1.00 vMB 34
294,007 294,007 0000000000000000786d3578f61358b0d27b694500d1c72154bdf712d4cbff6c 587 0.26/1.00 vMB 43
294,006 294,006 0000000000000000475a1ab75412756f73d663de34a58541d49bfc9740fb4302 352 0.15/1.00 vMB 38
294,005 294,005 0000000000000000d85600ae98b2c9f9087b476730db6e895837ca9b197470e6 427 0.19/1.00 vMB 43
294,004 294,004 0000000000000000a8d43fc7beeb280b479fd02ea0a5c1f34d564380e37adc51 563 0.27/1.00 vMB 31
294,003 294,003 00000000000000002f0589761b1db3e8742495bb26b06a6d9a436d9b7d1d05e4 256 0.08/1.00 vMB 74
294,002 294,002 0000000000000000af3e9d9855420044791e5c7255a3fe88d3d05c1f47cc6f00 625 0.23/1.00 vMB 58
294,001 294,001 0000000000000000b2b41965d8307c588f5fcb4833ad51a7bb98009a4932d222 1,231 0.55/1.00 vMB 40
294,000 294,000 0000000000000000cb2540b3f00ce422887904c75b24bf75b8a73817302a4138 64 0.08/1.00 vMB 9
293,999 293,999 00000000000000002eda60f5f9589bd36e395619eecc26fe349b6990026af3aa 233 0.10/1.00 vMB 52
293,998 293,998 0000000000000000b5bfab2b86f0262efde2bc3babf827b6e1f6f74ca0b38e7d 443 0.22/1.00 vMB 31
293,997 293,997 00000000000000004fec9b52f9779a2a6b307bfaed8563d17bc0bffc1bde1457 605 0.33/1.00 vMB 32
293,996 293,996 00000000000000007f0ecb8dc35bb825ad3b0507268ee148f0c54282caccd0b4 361 0.16/1.00 vMB 33
293,995 293,995 00000000000000003f9f0159f6e5ae9c6f4a1c34e1d570e861832803723c7bcc 83 0.11/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.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: 629.30 GB
    • Received: 11.89 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.