Memory Pool Memory Pool Refreshing

4,699 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (313,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
594,588 594,588 00000000000000000011ac94430a10e28506b7d30ec94cd89ef0cd30129a7248 0.22 MB 610 23
594,587 594,587 00000000000000000011fcaff610ace5aa30899d7d528fe610d65279175e839a 0.04 MB 109 18
594,586 594,586 000000000000000000180a0e212baf1af47c1ae80283ac6f540f3716e961cd83 0.92 MB 2,526 19
594,585 594,585 00000000000000000004b61f0cfec630293ce269994387d05d46b0cafe239385 0.22 MB 651 17
594,584 594,584 000000000000000000138b67d8c724f9af4471f196f7bb2b46733f40843b296d 0.00 MB 1 0
594,583 594,583 00000000000000000008de7e94ff938a12539876055276b0c9eda1a7351fce1b 0.45 MB 1,070 18
594,582 594,582 00000000000000000010368afccdce40644c95364fa39d4e846b9e5bb1ea8ea2 0.54 MB 1,071 14
594,581 594,581 0000000000000000000c7bb809e912c6376603bab4e505fdf60c2467f38a71a1 1.28 MB 2,736 14
594,580 594,580 000000000000000000014bfcfcf3c21e6419451a74726dc7687af13abd18f08d 1.11 MB 2,920 8
594,579 594,579 0000000000000000000b1c3459108d756e5aec80de2d355f15ccdf0eaf2c0b34 1.26 MB 3,228 22
594,578 594,578 00000000000000000009164a6e711e304dd95450a870f36e417774ecf685e592 1.31 MB 3,293 17
594,577 594,577 0000000000000000000a2502442acadc55865319f7808b2b6fc5b41c9b86b608 1.39 MB 3,120 34
594,576 594,576 00000000000000000013f380ead7476b9d65eedb5c0975c5e62a243f784e5a6d 1.33 MB 3,350 25
594,575 594,575 000000000000000000081febd48ea2fd9467a093b2c65332dd633c1cc0ad8f43 1.25 MB 2,977 23
594,574 594,574 0000000000000000001598575b700cdc6e56b0297400ae493cc573cb854ecece 0.32 MB 906 15
594,573 594,573 0000000000000000000b588906c83da5283adfe3eb907e58e55000cd0e5cac6f 0.00 MB 1 0
594,572 594,572 0000000000000000001710f105a410de66b772a950496a8cf6ec49283a6ef7cf 0.56 MB 1,346 8
594,571 594,571 0000000000000000000eead693cf5f018f3f05f9911bcc88f74cd0867ccfe4bc 1.29 MB 2,813 21
594,570 594,570 000000000000000000004e33893ffc90a7ee9d266e3ec00b1409c391568fc88c 0.03 MB 93 14
594,569 594,569 0000000000000000000978d1ce545fe131ff72721ebe7957c121bc03dc9428f1 0.63 MB 704 12
594,568 594,568 0000000000000000000e3edc7e6631711ccb44d9ef91e7979aa849ae9e840fd2 1.27 MB 2,432 14
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.