Memory Pool Memory Pool Refreshing

17,615 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (180,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,409 727,409 000000000000000000053aeac507eb649412d8daa093c93e8d2f63f099b11dec 1.46 MB 3,030 14
727,408 727,408 00000000000000000005c620fffd1aaa882f6f30728f6aec86cac8c9a3830e62 0.31 MB 374 6
727,407 727,407 0000000000000000000617415c9730261a187ddbaac43434738f97eee74d19c1 0.03 MB 91 7
727,406 727,406 000000000000000000048464e472aaee253c222557108d6b746ded35a8da3500 0.70 MB 417 4
727,405 727,405 00000000000000000004e7085849221e439f4e1dff8165e312c788d3cb65e163 1.53 MB 950 4
727,404 727,404 0000000000000000000119f42e46d799f44fc386246a1de6f0e9d04da6e60f9e 1.42 MB 2,478 8
727,403 727,403 00000000000000000008aeee34ecd5210bf380fd65bc57a65ba7527d5a229c0e 0.99 MB 921 3
727,402 727,402 0000000000000000000883ab8026765937b57251a89c852f199d1cd0a0fa566c 1.65 MB 2,134 2
727,401 727,401 00000000000000000006c7780c667aea909b24e2f101a3b280d6cf029b3f35fe 1.41 MB 2,149 7
727,400 727,400 00000000000000000005ba7072ac62e1298a5c12ceaef14f4dcfe0ee57fdb369 1.21 MB 940 6
727,399 727,399 000000000000000000008c7bfc662348ec7370c1d07966edcf584c91b6f93c9c 1.03 MB 154 4
727,398 727,398 00000000000000000005669efe9b94adc1288036264a4946c36388d46567d578 1.06 MB 441 5
727,397 727,397 000000000000000000085e0a505a6a88c46815c49ecd7b180bea23f09606e7b2 1.50 MB 2,063 10
727,396 727,396 000000000000000000012175992dfa5dadb564915287812082ec6ae9901a549f 1.05 MB 416 4
727,395 727,395 00000000000000000000739e74727078837e6699f905d71a17c3167fdce741d2 1.19 MB 677 6
727,394 727,394 0000000000000000000341a08adc88bea6534159e45c5d1cb782880ed86f775f 1.34 MB 1,617 6
727,393 727,393 00000000000000000002398a9526f59def0d73ddb16da653c8a095e06cd8231a 1.49 MB 2,625 10
727,392 727,392 000000000000000000042e4d9f3efc0cbef692a906c95c4ddbf62e8f1e44e075 1.49 MB 2,292 13
727,391 727,391 0000000000000000000073627c34fc9e8daa750df0c513b0f3f3ae1d11f1c643 1.33 MB 2,259 21
727,390 727,390 00000000000000000008cdcc43773895f6189568f16ea9ee034215b9cbf4eb0b 0.61 MB 1,174 8
727,389 727,389 00000000000000000002c9481a92c1645fd3c77500d0cf8b9074578c2f571364 0.41 MB 680 8
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.