Memory Pool Memory Pool Refreshing

1,569 transactions
0.65 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
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,561 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (716,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,915 190,915 000000000000037f70fb52762d343fa7330acb22df3af3bab4fc958732107069 0.12 MB 321 150
190,914 190,914 00000000000007e575cd8902b33f3c9d4eb680ac0cb3662a5889f64a1a39aa9c 0.01 MB 32 34
190,913 190,913 00000000000000a788123ca1556a459077ba1339c426ff743bfe9e14e45c483f 0.01 MB 18 45
190,912 190,912 00000000000006bafb057fd33be61718cb2bdb02938b3e2f20db4e3a5c481474 0.07 MB 122 88
190,911 190,911 0000000000000897afe39dbc5228a6ccd1245ac3c96c64ef3f1b733bada813b6 0.02 MB 42 122
190,910 190,910 000000000000021e511d3ad948a7086946aa873c36d557c47dd010a33f1d95dc 0.00 MB 1 0
190,909 190,909 00000000000000c165edd57968684bb34136608847cd8527df680d37a6f343fe 0.03 MB 67 105
190,908 190,908 000000000000051506608c85581464a88e68672cfcc680c79320e6a293bed26a 0.05 MB 114 114
190,907 190,907 00000000000005b5d8a903c9b1806e864274082df45205b2d0cc5e52d0b53d47 0.21 MB 585 171
190,906 190,906 00000000000005e19b18cd82612968aa18acde2fcb0d1ed07307e584d6eaa80d 0.04 MB 89 112
190,905 190,905 0000000000000222f576cb2883e5a211d24bf5ca9ba2c0bfb489b31dd42c1e36 0.05 MB 94 99
190,904 190,904 00000000000008460b49b3bb6911c671f33aaa9ae773c14d81ea778dcb50081c 0.11 MB 218 129
190,903 190,903 00000000000003ca42815b80cb40cbb1dc9a48d3164b9609dd75bb79c6eda442 0.05 MB 55 73
190,902 190,902 00000000000001fc88337b0018ce017de95cd782f64407edfc046fdb81997365 0.01 MB 34 77
190,901 190,901 000000000000029f9f9fa3e1e76838e0d073231630560662b7a611e9cadb90e0 0.02 MB 40 145
190,900 190,900 000000000000081ecd8a2186f6d3e076defd3822b50c5b93f75c824963e29938 0.16 MB 282 91
190,899 190,899 000000000000072bad827d6ca0d14406d8ee91c15ea7e235647fe7626c3c98d4 0.05 MB 183 18
190,898 190,898 000000000000027e1fe6b0ac6b1d030e825e19adb8d05c23f06fb63d3fb69143 0.26 MB 512 124
190,897 190,897 0000000000000829ea020a2cd93a4f1b4bfbe395c3b7ea14166d7271fa1134a3 0.05 MB 124 88
190,896 190,896 00000000000008e19c79451adacd7c603a91be7fe928c21cd75f81cd3778d938 0.05 MB 139 86
190,895 190,895 000000000000016d898144fcd11e70a9c1c39904d77b65a26e05488e2558f58a 0.00 MB 9 14
Previous 10 blocks ↓
Total Size: 769.26 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.25 GB sent, 94.22 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.