Memory Pool Memory Pool Refreshing

7,146 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (425,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
482,721 482,721 00000000000000000004b4c02b758acf8ff9da9d501c0732b37dbd610903a803 1.00 MB 1,086 130
482,720 482,720 000000000000000000c3cbcfe2be579ec6d54b941b9edbe66d062e0af7d29c9f 1.00 MB 740 129
482,719 482,719 000000000000000000f1cc9991b16243884b3de8762fa7716dac7727ff894538 0.94 MB 2,192 303
482,718 482,718 000000000000000000edee11e96afb172c7c43ad6477af304f386d00b951fe11 1.00 MB 269 15
482,717 482,717 00000000000000000099a41ba3b0d4b8aa09d6e44301c3a0bc6996ce1e8bbfeb 1.00 MB 991 136
482,716 482,716 0000000000000000003851e70ed3601c25ffae41237e0f7cd23fd1f3df6f2b71 1.00 MB 677 63
482,715 482,715 000000000000000000e60e55af25d0ca7c933cd1949350218c607c2f7f00acd2 1.00 MB 2,426 222
482,714 482,714 00000000000000000086ff341e964254e5584b5e81b29663ab223df5b112dd55 1.00 MB 2,288 445
482,713 482,713 0000000000000000005070af29a99c4465098232713349b62064816b89398142 1.00 MB 1,236 173
482,712 482,712 000000000000000000ee956a51472b683e53f78707d1ddcbdde7d5e13d467d2f 0.56 MB 1,130 411
482,711 482,711 0000000000000000013300d3e8064983797e109eedb52265533582fba12b7a5e 1.00 MB 935 42
482,710 482,710 0000000000000000007d6c08a36af84ac7bd4756449414d7abf383a3bdbe779b 1.00 MB 2,353 368
482,709 482,709 000000000000000000e14d588e7cb6ef0ad082bfe565dc2e3a7e84df6c944691 1.00 MB 1,361 203
482,708 482,708 000000000000000001217f1c0545fd60a6669b6feecb0ce40f817943f1246468 1.00 MB 1,082 45
482,707 482,707 000000000000000000970f6c05446f248790e1dbe584834e74e20ffa5e58c16d 1.00 MB 1,893 356
482,706 482,706 0000000000000000006570c0192e1a3c14b2be6f5c9e0ff602bac3a90f594f2f 1.00 MB 2,627 172
482,705 482,705 0000000000000000002e9f3c8f4604d9da614b8ae209149690e2bd84c4a81bcc 1.00 MB 2,348 296
482,704 482,704 000000000000000001344f3c72a323ed7af40dd495b811531fd25fa18261a1ae 1.00 MB 1,830 360
482,703 482,703 00000000000000000059ab07c07096889a80ec980ac4a08aaef67f1994da9ef7 1.01 MB 2,288 518
482,702 482,702 000000000000000000a1426f65deb4cd980bd6c1ff8bb7692f14ec7495964f33 1.00 MB 1,324 221
482,701 482,701 00000000000000000135f6578a674fe0c649274561c57189191a4a57aec565b9 1.00 MB 1,467 211
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.