Loading Tool

Explorer IconExplorer

Memory Pool

68,008 transactions
25.90 vMB
0.06133885 BTC
Random Selection Loading Transactions
Max Size: 156.09/200 MB

Candidate Block

Mining Attempt bbead743f60e7d7f3b87d49390043ae01f6284b42ae220f24fafd28336884865
Version 20000000
Previous Block 00000000000000000001f74e6b9bd04d983712c8efbc426287f2cd9e0a80e31f
Merkle Root 008ea4e9cedd2a9dea21bd180d4aa2a052418c40371f74bd7d6f8811e9c1f992
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,944
Size: 1.00 vMB
Total Fees: 0.00655217 BTC
Feerates: 40.21 > 0.66 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,530 (651,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,870 263,870 000000000000000da06eb40601c4fb5ff4d2f9691ebe6a97d2cbf02173e8e7ad 704 0.35/1.00 vMB 56
263,869 263,869 000000000000000d7e2fcf288bc8c8c2e2540bbe629227c6a09b48c4e94b3d7e 652 0.25/1.00 vMB 164
263,868 263,868 00000000000000158b405898916be54accfebf5ab0624946a6d7c858570f98a8 471 0.20/1.00 vMB 140
263,867 263,867 0000000000000013c7c68828cb80a9a0ad0fe2ba37999fecaf359b33a744e359 252 0.10/1.00 vMB 107
263,866 263,866 000000000000001643fd60ea6a62a83580003ac6c7b527bfab7455f68876aa25 111 0.05/1.00 vMB 79
263,865 263,865 000000000000000f735affc59d1a6c877c2f1b9fe36238432f780213bd6825dc 73 0.03/1.00 vMB 12
263,864 263,864 000000000000000567455ca59a4fa7fd1f8a466f7768208da6c590876ebcbfb1 1,000 0.44/1.00 vMB 322
263,863 263,863 0000000000000006dd017574ff752cacb5b46b0e6f08cbe33ae1ef5a810c2be5 271 0.12/1.00 vMB 129
263,862 263,862 00000000000000025d31149766102e0d37540cd8928f586e5c2eda012d562958 529 0.26/1.00 vMB 123
263,861 263,861 00000000000000102c51dd7a9ffd12b7cdf5cfd9f7742116b9cb89eef2eefa7e 704 0.24/1.00 vMB 204
263,860 263,860 000000000000001143b117764d4c3a9fa94000a632223f700b8c2e03f7244ebd 238 0.12/1.00 vMB 74
263,859 263,859 00000000000000058181a9df76c621ca0f5448390a0f00fa21aeec6c4b730467 150 0.06/1.00 vMB 113
263,858 263,858 00000000000000087b8916c591e9bbcb00a06b21be75fe6cf0f67efa9c2664dd 75 0.14/1.00 vMB 13
263,857 263,857 0000000000000000fb2f6fe59cc7da6fa06f296e10612d7e5a94e174001daee1 301 0.15/1.00 vMB 94
263,856 263,856 00000000000000075c2476c0e5624d9ba09048ef3d3afb0ad646dc5b1fbe3c84 676 0.25/1.00 vMB 53
263,855 263,855 0000000000000007978284ee43aa878420bf419053363066ece335e14dc49f35 549 0.25/1.00 vMB 137
263,854 263,854 00000000000000129e56ab0479ec688079de420b0ea540c54b0b5d8ea2938773 242 0.10/1.00 vMB 76
263,853 263,853 0000000000000013f145696b44002e2dafb2518b9575b6e1310c88a8bd1c9445 722 0.25/1.00 vMB 210
263,852 263,852 000000000000000ca3c84baa2ccccf55eb5b4d52c06e3db2a41ed36ddcf91138 266 0.11/1.00 vMB 95
263,851 263,851 00000000000000025d38a0b9ee8c16a7d26c9d8f355ff5070d7a3a9bc5c56488 699 0.21/1.00 vMB 135
263,850 263,850 00000000000000099eee21ed7844763eb356ec8b7ea9e651d58c8a28fe1bf3a8 305 0.11/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 783.32 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: 767.25 GB
    • Received: 19.39 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.