Memory Pool Memory Pool Refreshing

1,436 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 1,428 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (778,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,020 129,020 000000000000004b2fa334cbd485c165bf931f65d164d5af238c1d9f73be8d05 0.00 MB 2 0
129,019 129,019 0000000000000d5b0c857defc5dac62448e9bf05fd6e27b1300f27bab6ff975c 0.04 MB 111 319
129,018 129,018 0000000000000340c4c2551c5271dd7eb6d23c64809af4e4a36ab846bd5a0a50 0.01 MB 21 346
129,017 129,017 00000000000014d0a5d20806fc19706241874ff9ddda4b15f00598c238f9dce9 0.01 MB 12 179
129,016 129,016 00000000000013ca3d1f23229a7ca103c172e589c3a29d4daee0cebb480d64a0 0.00 MB 10 0
129,015 129,015 0000000000001ae8ecba760d454920d889fc8646b8cd5e6bd147f7226adceac3 0.01 MB 12 581
129,014 129,014 0000000000001c82dfb03d33f6ddc5cdf5b030c6788003f31f9bf44490448173 0.01 MB 20 1,063
129,013 129,013 000000000000185871b6280f256dea7ded76fe4f25193dc5676afa7fab3a429e 0.01 MB 25 114
129,012 129,012 0000000000001cd8d8f92522bd312d5488afcf9b73539cc14e1d9dfc4c813f45 0.00 MB 12 968
129,011 129,011 00000000000023fbf6b6f9fb923ea94bd75e64bbf0821f2a283bf997be316663 0.02 MB 48 835
129,010 129,010 00000000000015db60a2649aedca5eff7ec9f832db155e0272d0d1d2a50ed2cf 0.00 MB 7 0
129,009 129,009 00000000000018bd6563ee6f5fd1c404a7b8baee2fe6a5579ffdc1a7ee754d88 0.00 MB 13 1,123
129,008 129,008 0000000000000aeac0894999781ea845f73b0cfda3a9b34d098110a097913282 0.01 MB 21 1,340
129,007 129,007 00000000000010dd465c9778e8475f56264818903ae299b5e4891b4ea8341421 0.01 MB 33 87
129,006 129,006 00000000000016adb4a72984112be9fbc75ed033e1cebfa68cfddaf7d3e64ac2 0.01 MB 40 313
129,005 129,005 000000000000101827bc55e1e6abc75ec6c7aedb45b0a935b20192a398962d1d 0.01 MB 18 673
129,004 129,004 00000000000011cd89565fe9b34b384896f3943f043b10c0639084818643ed7b 0.01 MB 17 123
129,003 129,003 00000000000013e56510514b209070b34368344a192f36e68a05e8b14520954d 0.03 MB 74 302
129,002 129,002 00000000000022c3e6c00ed3bfb0813e7ad2de644de38d623c5f6849f2f34473 0.03 MB 93 398
129,001 129,001 00000000000014417bffbaf300bb1d360be148a897de3a5914319105166c9e46 0.02 MB 61 674
129,000 129,000 0000000000000b85f08e4fa7cea9dbd1a7ec5ecb9f644d214e3572e214b570a7 0.00 MB 14 410
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.