Loading Tool

Explorer IconExplorer

Memory Pool

73,908 transactions
28.48 vMB
0.08299974 BTC
Random Selection Loading Transactions
Max Size: 168.45/200 MB

Candidate Block

Mining Attempt 7c96778873ffbe09c452047b149aee4d13ce7954c54caeb584ad7479c8ef77df
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root b2b866495e319fc4ab1f096d3648b2c570cac4d5d2c3b5efa929c32ff1616ba8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,929
Size: 1.00 vMB
Total Fees: 0.02573611 BTC
Feerates: 196.43 > 2.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (470,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,589 444,589 000000000000000000fef873d8921eb071fb0aa471fc74900aba269ba5343189 2,336 1.00/1.00 vMB 91
444,588 444,588 0000000000000000010d4f212a41e8db3fb1775568603ab2f7f18baf756c2a5e 2,663 1.00/1.00 vMB 78
444,587 444,587 000000000000000000f32a565b5d56544220907fcf9b4f6cf37e2e205f55d2d6 2,364 1.00/1.00 vMB 74
444,586 444,586 000000000000000000f584aacbdabf9ac73a74ea3b5b99b40e106663de257653 1,833 1.00/1.00 vMB 62
444,585 444,585 0000000000000000030a57c1e50186d6a2e339c4d9ca69f48dfb90f9d136e772 2,957 1.00/1.00 vMB 69
444,584 444,584 000000000000000002c4a3abeb82873c5c45d737b9694870dbd003999c45659f 2,155 1.00/1.00 vMB 85
444,583 444,583 000000000000000001c7a6b701ec9c36ef8af01c4c1f7992bbe03862412733fa 2,908 1.00/1.00 vMB 79
444,582 444,582 00000000000000000129c61f0340832d7bba80b5d88597ac88d2091e275e5884 1 0.00/1.00 vMB 0
444,581 444,581 000000000000000002cfbe5a8b7559a2b70884df740d5a5d3a9e0c2c8c9d9d86 2,065 1.00/1.00 vMB 85
444,580 444,580 000000000000000000efe68aae0e7d2197b6c5f3e3f6f6f461cb80c52fe74872 1,789 1.00/1.00 vMB 85
444,579 444,579 000000000000000000ff05052d26bc5b59775b5b53b5ead750122d574aa83c3f 2,256 0.99/1.00 vMB 80
444,578 444,578 0000000000000000030ba16c38f055ea5499a6a5deaf83f648b27ca1f2ca4fe5 2,386 1.00/1.00 vMB 124
444,577 444,577 000000000000000000278dfbb22b2368483c4b02d588c1809f332b90c79dfa03 2,090 1.00/1.00 vMB 89
444,576 444,576 000000000000000002af0603f8846f45293df43cd4ffc393ba82ace3308ac306 2,012 1.00/1.00 vMB 72
444,575 444,575 00000000000000000231baa66da2f776a48a7a368ca1c54d15cfd9e4475f9205 2,142 1.00/1.00 vMB 81
444,574 444,574 000000000000000002c8b458582d57d7cd92dd3e101af5257f3933247a9bd27d 1,868 1.00/1.00 vMB 57
444,573 444,573 000000000000000000eef60a7ecb0a7e0aff808e184c271eaf1e673f58708635 2,331 1.00/1.00 vMB 82
444,572 444,572 0000000000000000014c04ec7d6355ae558b1aaaea545e01cfa401cef098c578 2,358 0.99/1.00 vMB 83
444,571 444,571 000000000000000002beef2dcfc7b1ee583ed037480cb3011d608036253ea747 1,703 1.00/1.00 vMB 65
444,570 444,570 000000000000000000d2e42703fcbddc5749131f56566d426c8a45d9078165ff 2,486 1.00/1.00 vMB 72
444,569 444,569 00000000000000000010071c1d6bbaa67bb7c1d258d0b43115c560ec9517bf24 2,261 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.45 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: 667.49 GB
    • Received: 15.26 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.