Memory Pool Memory Pool Refreshing

516 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,774 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 513 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (804,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,460 103,460 0000000000003185cf3ea51dfbc258168a8db3e891ef26432015e08a3f1a6f72 0.00 MB 2 0
103,459 103,459 00000000000186fb3c7cdc15bdfdedc28f4a08bd02e65c25c8697c627a2492a1 0.00 MB 1 0
103,458 103,458 000000000000ce78edb6c93931b939a3ec5230fcb0099753280c9f89cd19cf73 0.00 MB 7 0
103,457 103,457 00000000000300d8c976259a0cef5bc14d9a9d4878cfd49560c00e10d6d2e4ff 0.01 MB 20 286
103,456 103,456 0000000000022c49ef0d0a1eb1588f49867a2ed7ca35914ff712c437ccfd6962 0.01 MB 5 0
103,455 103,455 0000000000013a220580b5c88e9f7e74857a540e85121ece44bf8cf684d5b915 0.00 MB 6 0
103,454 103,454 0000000000006a4ebb531479fac86b554e8f4b324f7c4e2f6da34a06de7d56e3 0.00 MB 7 0
103,453 103,453 00000000000157b2728925c65cf9c7bc160d68fce19bcae176a51766532c6523 0.00 MB 10 0
103,452 103,452 0000000000003dbba8fa1d3bad7c0c099d6639bfb47513aab7e6a94aea98369b 0.00 MB 17 0
103,451 103,451 000000000000c3b2730edfa45937d24e3dfe2d1b04eec932e3dfb3b048160faf 0.00 MB 2 0
103,450 103,450 000000000002498376f9649fa9423b615915ee7189ebe3122e4cda1b9cca732d 0.00 MB 1 0
103,449 103,449 000000000001e5d5bc0cef64bda545b8be724cfdf3001cef3dbfe36e98ea4d4f 0.00 MB 1 0
103,448 103,448 000000000000851d5864e6f4b99927092d289d3e8ef9ec327c0ddf10093ca7ce 0.00 MB 2 0
103,447 103,447 00000000000033b623ebcafd7f95ee650e6208bee2b3f7d56d1bb6b49e434065 0.00 MB 9 0
103,446 103,446 000000000001149a0f35b7b80b85b5ce420a2f8ba5c5f5dea2719f4720041ac7 0.00 MB 12 0
103,445 103,445 0000000000020d4f5b1444b6a381e44f9b5aa330a54c78a6fd60f05a1a2f58d6 0.01 MB 21 0
103,444 103,444 0000000000016fd49b0d7b2a14ac0d39c4a23bab271e0d3d4ed4f53669d1d727 0.00 MB 1 0
103,443 103,443 000000000002309023fb51546935e31c4fa58e3582052bbcf09d9d90e023d1c8 0.00 MB 1 0
103,442 103,442 000000000002d35c9b58fdec4c2dc29805105593f8190248001ec83f8b5b6a70 0.00 MB 1 0
103,441 103,441 00000000000039f78d9589cf591fc4438a05dd9a7184a87a25a096ac86b3c5f5 0.00 MB 7 0
103,440 103,440 000000000002418962ac66e27464e18853dde27d21b498c0f2f3a524254a462d 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,629.78 GB sent, 93.46 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.