Memory Pool Memory Pool Refreshing

1,559 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 1,546 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (752,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,591 155,591 00000000000003857e819c684e9a0fe83589bcccc8cf1fee3d5d9015518b7f79 0.00 MB 21 73
155,590 155,590 0000000000000969288d9add45d5ff1cd6e7ef70caeabea4008abf01d1046206 0.02 MB 53 108
155,589 155,589 0000000000000aa58a5353735ae1718e4ff032ed85b36eb55b17fd4b9efc12a9 0.01 MB 23 56
155,588 155,588 000000000000095c85cf2d9d7c5fd91a317255a02a1346e67cc97e9dc41dbc51 0.01 MB 21 10
155,587 155,587 0000000000000503416daa3352d83e34131ce69d2af67ed07bdd28cfcd66068b 0.03 MB 70 295
155,586 155,586 00000000000001a0f017cce4d2048068a66332ffed4e5f7e301e5f3bbe51efb8 0.03 MB 57 77
155,585 155,585 000000000000036d06511d11c61b43bc48bcf790092461981cbbb89ef1066b95 0.03 MB 7 124
155,584 155,584 000000000000068c864b5b3529de24cc9cac7b4d8ce902301fe9da81577522e0 0.01 MB 25 47
155,583 155,583 00000000000001bc37ec428a171db3f5e89a96568823e77a1441841372cee5fd 0.03 MB 79 111
155,582 155,582 0000000000000e948d6da990b77d4286e09642d6c658239b80a009cb9ec26729 0.03 MB 45 35
155,581 155,581 00000000000003d3a6fa816550714a272a7a0e1b28960619e862cd9ee1aebd3d 0.00 MB 5 691
155,580 155,580 0000000000000a69e0ea3ce638a31b21aa11b4d7882f0af00fd7a3c597dd648f 0.00 MB 10 21
155,579 155,579 00000000000001bd53228cf2c4947a78827c03ac57434433e0c29cdcfd2f3b99 0.01 MB 18 251
155,578 155,578 00000000000001a98fb752d788b31f23b61bc37fdec3f531b2ee9ccd5c6f2134 0.00 MB 8 41
155,577 155,577 0000000000000b6d5cce5a60e4f66e3111a33fdc4d0283fc0383980c2849ac0a 0.04 MB 128 42
155,576 155,576 0000000000000f3c028d77c0d82dd273f24a49b0ded4e0c4b1ff281df8f6483a 0.01 MB 29 286
155,575 155,575 00000000000007324850bb8cb884c21c148708627c7c4ddadd6dd00fc34c9845 0.02 MB 30 107
155,574 155,574 0000000000000c7f05c500c9c22b47f6695efd0061d9fb175d33125cd52cd2c7 0.00 MB 6 0
155,573 155,573 0000000000000e8bc0ddf22ca0f63ccb8aa9fc2df8fffe978ca38a8deabef858 0.00 MB 15 12
155,572 155,572 000000000000009a9aed8485d5f98b27c3399a1946ef0a6907d70beb11271ba1 0.03 MB 77 121
155,571 155,571 0000000000000726ae12c538d915d3358280ec7930b4912761c79843c6327b86 0.02 MB 44 184
Previous 10 blocks ↓
Total Size: 769.30 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.70 GB sent, 94.44 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.