Memory Pool Memory Pool Refreshing

2,544 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.76 vMB 2,530 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (391,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
516,593 516,593 00000000000000000027aab948657d00d296fb1decb1f5e31e074494f6b86452 0.44 MB 1,127 27
516,592 516,592 00000000000000000019bd351519242a7269616063138264d3a07a0f7eee6380 0.88 MB 1,895 28
516,591 516,591 00000000000000000024ecd231c3edc98222ff0f672dfb6da6059ff169df0d43 0.00 MB 3 16
516,590 516,590 00000000000000000005287ddba305e5e9967a371a46ee21a79dd2d4d05b24e5 0.07 MB 130 19
516,589 516,589 00000000000000000000605dab3b2c3259f7b6a047fb2685bc6473e192eb1444 0.31 MB 675 28
516,588 516,588 000000000000000000479085b57d3306e6f5aa2f179b48f8f36351e988dffa64 0.80 MB 1,420 24
516,587 516,587 000000000000000000174b99151736cbb85ee72c2a310d15b169b720e9c10d2c 1.21 MB 2,283 18
516,586 516,586 0000000000000000001c9b6d65a8cd4d26decfb4edfa865c3af6d918952102f9 1.09 MB 1,941 32
516,585 516,585 0000000000000000002a9c9c0d5c930e22912cfd90a9ca7f1229557eb6d86461 1.08 MB 1,354 65
516,584 516,584 000000000000000000087685b438b5d001b2ffa50814ea7fa1f91caec8ea91da 0.63 MB 993 22
516,583 516,583 000000000000000000470724addcc408a9ad58b77b9d0a3acff7408be5f5d97a 1.30 MB 688 4
516,582 516,582 000000000000000000491a7fbaba335ec6e25ed568b4bff5fe02e389d21434db 1.10 MB 2,232 29
516,581 516,581 0000000000000000003365d7b347df116a98943c63dd939e0d97b29f8a930471 0.95 MB 1,651 15
516,580 516,580 0000000000000000004681b63db659969555c9cdef292829f721a9ab491234fd 1.19 MB 1,402 20
516,579 516,579 00000000000000000001fc7f8d533fc99f883fd95fb070353eeed2313ef0fa59 1.08 MB 1,883 29
516,578 516,578 00000000000000000031b795c341aff227b84fba308fdc9179ad299633eaad87 1.26 MB 436 6
516,577 516,577 0000000000000000004284ffe22cdbcff819fca5ad258c369880ce92a171b773 1.12 MB 1,443 27
516,576 516,576 0000000000000000001094c71b953be607ab984b4504e9566e81d54c79dee9fb 1.22 MB 754 10
516,575 516,575 000000000000000000488f103e98e9a362333ec2a096f9f0bfb67148529695f3 1.17 MB 846 17
516,574 516,574 00000000000000000015cac0efbd494c7eb54a79385e0750655fc8e31a7a596c 1.14 MB 1,079 16
516,573 516,573 00000000000000000006b0e34666de88a9619f9024d6d3dccf2ab1f3d4ad7607 1.15 MB 1,101 17
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.