Memory Pool Memory Pool Refreshing

3,016 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 3,005 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (790,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,821 116,821 000000000000e5117164068bd1bb67969672967f2ef3456cb265df00c133d002 0.00 MB 11 669
116,820 116,820 00000000000072fcda335401ccdcc19cd11a43012213bd1a572246d3dac50cb8 0.00 MB 13 1,729
116,819 116,819 00000000000058e70d6b57383b2560fac00f7f9431db78eaeb7116d012dc1ac3 0.00 MB 12 0
116,818 116,818 000000000000e5e8ec3c1f6f21a894f9eeaa3057cd2cf248b8dafc81bd664871 0.00 MB 10 343
116,817 116,817 000000000000d7c27e1675cfe5e6555463fae1fa6b8ae805f8f4f27b93b6c845 0.00 MB 1 0
116,816 116,816 0000000000007d588a8498eb3010b632229449d9f6c7161269ad30713d72405a 0.00 MB 12 635
116,815 116,815 00000000000017b65558cc49366d1cbcbd8c5e21db057b78bdf2d0e8aca228b5 0.00 MB 8 701
116,814 116,814 0000000000001f793db6098950caac6bdd6811e54d012aaf4bbca970a5b9022a 0.00 MB 1 0
116,813 116,813 0000000000006c625fc1cb60bfe6a0ee2b01e7bbf3f11dd97586239514909b25 0.00 MB 9 726
116,812 116,812 0000000000007f32a33f2de107ee5074b2e32d3b57d957d580f6476daefa22ae 0.00 MB 13 0
116,811 116,811 00000000000061224fd4d9d2224002f584e54d85fd7f83fec5004bc5c8170ed2 0.00 MB 10 357
116,810 116,810 00000000000037fc2dcb337059dd5f2a74475d3ed423d2627e673d5665615b2b 0.00 MB 1 0
116,809 116,809 000000000000e85855563cb9f49f07c366abb7ce0f5a6170506b7e290921f382 0.00 MB 4 1,985
116,808 116,808 000000000000530bb64e3b37f0ede8d54d91b54d8a81424892fdd6836a207c41 0.00 MB 12 704
116,807 116,807 0000000000003ed47687eb4d6fbee6d9904f8176e8113d3a763e97bcf8666676 0.00 MB 12 0
116,806 116,806 000000000000d05402be397813abb644ac4b343d40baa40b342f518f64ffcabf 0.00 MB 9 864
116,805 116,805 000000000000441af531f82206369acfdf611aaa8f4e1b308ac10836d4783078 0.00 MB 9 0
116,804 116,804 0000000000002c81bb379c3617c31179f501c696583f3f85f01da6c34202d0e5 0.00 MB 14 1,329
116,803 116,803 000000000000982dcdcf69ba0c8cebe31a8075f332ef683559a9c25adcbc306a 0.00 MB 10 313
116,802 116,802 0000000000002d8ea3ca80ac85d321b70bbddf7910ff86154676c056ccc26a23 0.00 MB 7 4,140
116,801 116,801 00000000000054bf249846384b3a84761ea8426378edc37def84f22885a6ce5f 0.00 MB 7 976
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.