Memory Pool Memory Pool Refreshing

2,292 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.83 vMB 2,283 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (135,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
772,456 772,456 00000000000000000000368e101e00ee6bcec934ea8504c02453fbdb1ea253b2 1.42 MB 1,773 12
772,455 772,455 0000000000000000000691db01a5a36fb425144c95c91a595c96260ea75d3941 1.32 MB 2,381 17
772,454 772,454 00000000000000000006fcaa1b8844ce94deb7438bb706fa039285e5ff452496 1.37 MB 2,654 19
772,453 772,453 00000000000000000001722bbe081284a943bfa0b89ace50e4542f082629ad1e 1.15 MB 1,960 5
772,452 772,452 0000000000000000000055b9aed2e6ca13f797af22b3033c6e52a25da8590fef 2.22 MB 1,386 4
772,451 772,451 0000000000000000000427bf57b0d9dbfd00286b5f5ea6df508acf56d021d08f 1.49 MB 2,957 11
772,450 772,450 000000000000000000066b6b40258410ff5fd5c9034bc5f046fff82caeb5a59b 1.25 MB 1,317 9
772,449 772,449 00000000000000000006d59307529de12433207000992aa7087e6560641d1503 1.59 MB 3,012 11
772,448 772,448 000000000000000000074c2ddd69dc4266ebce407f4cb89906d0d5a4a6c277f1 1.42 MB 2,787 24
772,447 772,447 00000000000000000003f4ea0bd7c1c9544531269c1d5c59cb0040e34c211843 1.27 MB 2,121 14
772,446 772,446 00000000000000000000ae9aaa12f3a0a8a7b914aff0ad782ae272c9037e82c0 0.87 MB 1,824 10
772,445 772,445 00000000000000000004c13cb15298e20f2e7f1aa6610f6c23859a30d436395d 1.20 MB 1,006 2
772,444 772,444 00000000000000000005d77441194ffaa04750b0cae63517efca3bc801b46ca7 1.81 MB 1,104 3
772,443 772,443 00000000000000000003886716bded7b2c5cdb4274d4b9205765ebc4c4c056c8 1.64 MB 3,471 1
772,442 772,442 00000000000000000004b300ef7873d029160fe4cdaaf42e139c4b01a49d6d91 1.77 MB 1,132 3
772,441 772,441 0000000000000000000308cdfcd36c685af13c0e46c9534a16518f4d4a0a7390 1.80 MB 1,972 6
772,440 772,440 000000000000000000057f91c8648f50d0c27624ef2c84465b71f2f9cd0f94aa 1.28 MB 1,660 11
772,439 772,439 0000000000000000000116837421387a7bbeddd00d86ae12e83b30aee9a3c943 1.46 MB 3,366 19
772,438 772,438 0000000000000000000049e8a43747a2b1dc2d07c1517ccead845ebbb099a39f 1.99 MB 3,521 6
772,437 772,437 0000000000000000000374cbb0dd5d790fa0c548c6dbfb9a52807c4fc61be537 1.68 MB 3,681 9
772,436 772,436 000000000000000000003d8accc11963a46671f1700a7ea50203c142016230a4 1.42 MB 2,903 11
Previous 10 blocks ↓
Total Size: 769.10 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.20 GB sent, 93.41 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.