Memory Pool Memory Pool Refreshing

5,809 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,587 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (895,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,307 13,307 0000000093b3637e49c0500d2205076c2613c920c461c6eaa8e47595037f74df 0.00 MB 1 0
13,306 13,306 00000000b523cb148da9434c1708911581e2a6c32e64b421700bebac3707b71f 0.00 MB 2 0
13,305 13,305 0000000024463ef2971805ef2e9ad263dd3811154047f1d4019fd110c80d65d4 0.00 MB 1 0
13,304 13,304 0000000059f3cfcee30c02ff82c532ad36c39136676a9ed4e44747ce604ed542 0.00 MB 1 0
13,303 13,303 0000000031b643684bfd7083b9ef7cafa5d04ac350b6c93d0c1ca2b65b68c7ef 0.00 MB 1 0
13,302 13,302 0000000009595b7a57e2c38c146b25f559dc740e0702ab034f2810d1abd404ae 0.00 MB 1 0
13,301 13,301 000000008b382f8dcdfbe982dc12547505ee9dddb34b5708e6b0ca95cd3ae277 0.00 MB 1 0
13,300 13,300 000000004828e05f79d9e6f7c0ff5d81c367d32cea04b72a0e4d18ffc607400b 0.00 MB 1 0
13,299 13,299 00000000499c0f2feb6c45df88bffe7bef296b9b2118d043898c14ffd1cee9b5 0.00 MB 1 0
13,298 13,298 00000000ac16de605bdc4b3efdea39353ae669990905672497ead907bd220bbd 0.00 MB 1 0
13,297 13,297 00000000a57cf95aded5c6ac9c47d0d83dd3eabcf32b082e1b75dbd39a0b5a77 0.00 MB 1 0
13,296 13,296 00000000076c0fc4d3dc4bdf766dbfc7288f887655ba87b4da978ea117ae6165 0.00 MB 1 0
13,295 13,295 00000000e15e110c2f14a797e032cad8d2ad8a02f94c34be095934458de967c3 0.00 MB 1 0
13,294 13,294 000000003c1271b1a86f50db3cda858f016f182c1276d6d8ed55398227c08a2b 0.00 MB 1 0
13,293 13,293 00000000157d77ba3f2c4cbe2886ae7f5248eddca9095212e51380a12c455a51 0.00 MB 1 0
13,292 13,292 00000000e1e732fccf073ee2dac276fb5e2033cb644039e909d07509f39288ae 0.00 MB 1 0
13,291 13,291 0000000049ae285e9115e2e2f6b14d1ca6eb4e842b083f4a4bb035eabef3feda 0.00 MB 1 0
13,290 13,290 00000000d89b47f62602feb64f2b44f4cac8abf7525c2549914a5aa632baf6b8 0.00 MB 1 0
13,289 13,289 00000000710777ae644f869fb8358bc0af5e32d3d1fcab8017f70ae3fc0aee6a 0.00 MB 1 0
13,288 13,288 000000007c198bc985305121f0889de4217f72b214622e4c14de26b77aa198f6 0.00 MB 1 0
13,287 13,287 000000005c461ce3f98f778fbdb18976f1fb24084f7f7242fc4d602322b0e35d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.07 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,855.46 GB sent, 102.33 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.