Memory Pool Memory Pool Refreshing

2,824 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,101 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,804 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,100 (779,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
128,999 128,999 0000000000001bba5f3d7b9c7663adf59e8a2222ee2d4885b4ba8c185f8faf3f 0.02 MB 6 1,186
128,998 128,998 0000000000000eb096ec5f9cbdd6bbbad082733c2a9e0911ed650ad784329f58 0.00 MB 10 1,072
128,997 128,997 000000000000002102b70d45bf8e101530ee3f469f0be54c75414439bbb7225f 0.03 MB 83 1,591
128,996 128,996 0000000000000d750341bdf83c04b29e93d87e97d635b8e746240c57dfe76035 0.01 MB 21 505
128,995 128,995 000000000000223f805426ba8a481f81ee745bbb7684a1b88306730af95d018d 0.01 MB 27 570
128,994 128,994 0000000000001d9f320ef8ff6e0ba9ec9b9dd112d986cd62bc882415b5be52a5 0.00 MB 4 0
128,993 128,993 00000000000020211b08c7565761791b1858df21a45fe7cf837e15f6cbec4014 0.02 MB 70 20
128,992 128,992 000000000000111079812209794c8d0a632980586dc2941da76e5a888e2cc61b 0.01 MB 31 315
128,991 128,991 0000000000000fcaf4bf0a66b10c8d4a0f2c444550b1d521605ee6d058668315 0.01 MB 11 947
128,990 128,990 0000000000001be77efc3aa12230e41f4e64e018ba52a29ee1ee1763ec821abb 0.00 MB 16 428
128,989 128,989 0000000000000dfedf2c9823e7d3566d908e59405e59c3b19e81880968f8877f 0.00 MB 16 1,141
128,988 128,988 0000000000000dc0719f4929e397109a947a7e81dc27e2368fa109b77dddf816 0.01 MB 13 1,202
Previous 10 blocks ↓
Total Size: 769.73 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,679.04 GB sent, 96.56 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.