Memory Pool Memory Pool Refreshing

1,796 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,942 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,777 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,941 (711,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,579 196,579 00000000000001b80a744513c872b16f61a975b5c67a699eabb94d040f5291ff 0.20 MB 551 340
196,578 196,578 00000000000002d09635336b641e726a2e23e0b26015aadca7ead3863858b892 0.00 MB 1 0
196,577 196,577 0000000000000082aaff7835d6c1665b74ed4434894107342e68cf5c0c2b2732 0.09 MB 257 314
196,576 196,576 00000000000006ba3c656cc52590f80b4ac6534a950bb3fe41a10463a746ff7b 0.07 MB 134 262
196,575 196,575 00000000000003a35313b58dbe463d7f894ffd6110dde645ca297fa139f07565 0.20 MB 536 372
196,574 196,574 000000000000045ef33e57147dae633c9cba515640ae33a2e40c1c19442bcfbe 0.13 MB 179 155
196,573 196,573 00000000000005b5233773dc286a180c6e8a38d7b9f7b7bce3c2cc6e00762b68 0.25 MB 535 307
196,572 196,572 0000000000000038cb61ea72d37814ef2f38a71cd85ff6a1a5c6e513be7b34d2 0.04 MB 138 455
196,571 196,571 00000000000005f1ba09a6254b51b4efbcf949dd4c90943d90278b352fbe37d0 0.00 MB 10 16
196,570 196,570 00000000000001f3a715cad898688be929ea2edccdc2c3aa212a5d57367c1e98 0.15 MB 256 105
196,569 196,569 000000000000016b8ed140fddd9c4f5a42df6679144abd866aa999b22ac1f654 0.23 MB 520 129
196,568 196,568 00000000000000a642130df47a1225d221a0bc352b96aba73014785144dbcd9c 0.25 MB 552 314
196,567 196,567 0000000000000413785adc647f5068a0701a390f6079480bdd7284626e4cb200 0.04 MB 113 232
196,566 196,566 00000000000005c657c189b84711bce8f3c9d54877f94016159928f1f52b6ff9 0.16 MB 357 273
196,565 196,565 00000000000006168f3184684a2941cf7571794c2bf63c96880c3965c943c7b9 0.00 MB 15 158
196,564 196,564 000000000000018b3d7b2de0480981d879867eecfa6fd286c87174a22cbf9eae 0.10 MB 198 231
196,563 196,563 000000000000052d1bfc01ba2ddf9759874c94ad68f90e06087d07388587d180 0.03 MB 86 219
196,562 196,562 00000000000001874125c352120a0ff9e7fd0a4d65c2ef12d27260661797cc36 0.42 MB 931 150
196,561 196,561 000000000000023907af63d10f0e8241470e1532edd7eb8f4428ef53d963b0d0 0.03 MB 63 684
196,560 196,560 000000000000048b169ee06f6f71f0a5d82cdf79523eaffaf84e7bff4c8eb512 0.08 MB 256 271
196,559 196,559 00000000000001facc2c6a458fe6ba544cb7ae9d6e9af4e36f57bfb2265e41df 0.25 MB 521 276
Previous 10 blocks ↓
Total Size: 769.44 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,645.60 GB sent, 95.11 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.