Memory Pool Memory Pool Refreshing

4,360 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,695 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,146 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (716,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,922 190,922 000000000000052a698d589d6845100d8cd00bfc0af9f3ac250f74d052f43093 0.02 MB 30 42
190,921 190,921 00000000000006d660b10cdc50be7b8d4f2ce8038dc7e208aa6ef44f8db9bb5c 0.01 MB 21 7
190,920 190,920 000000000000013b47a45738da2a36b802b9f8b0631b140d23739460596ccb9e 0.07 MB 102 92
190,919 190,919 00000000000001bbe5178ee04a59e2281c7827ad32913e188a2bd45470f7f368 0.05 MB 200 66
190,918 190,918 00000000000008c9f32094e6687188504078e2e6e25c34a8eae5f4cd3003fa6f 0.04 MB 71 312
190,917 190,917 000000000000086913c358927d1741923fce78ea2409487dbe8219fd4a9ad02a 0.03 MB 75 123
190,916 190,916 000000000000087adcfecd85b67c38d0872f8a5d01dbc45d33a23a91e09d1b9b 0.05 MB 107 19
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
Previous 10 blocks ↓
Total Size: 768.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.64 GB sent, 92.67 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.