Memory Pool Memory Pool Refreshing

1,462 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,658 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,462 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,657 (819,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,024 89,024 000000000008900f58caeff1942beb358bafb8d19a5bec65807cec1ea8a5bf53 0.00 MB 3 0
89,023 89,023 00000000001285d4c35ffbec531c6f51f98c4030893400da50a1899afa4f40e8 0.00 MB 2 0
89,022 89,022 0000000000034f089caea164c39c730c3fd1fdda9c9699eebee211eb03a4db25 0.00 MB 1 0
89,021 89,021 0000000000022bea864b7bf787cc52e122555eeeb195fb593b80ca29b9b42a1f 0.00 MB 1 0
89,020 89,020 000000000007fc86c990395e927951ad35dcb7759592cfbae1c048418ef6451e 0.00 MB 5 0
89,019 89,019 0000000000024dacf70592425127e7474d177d3016e0810ea6d0b9ae0770d88b 0.00 MB 1 0
89,018 89,018 0000000000092d2aef2e71c1cd63f6b618fb528390d2e38611706a15783db115 0.00 MB 1 0
89,017 89,017 00000000000510d92e291b2322e8ccd9843755907c5a044a8f0d155dc8a50e29 0.00 MB 2 0
89,016 89,016 00000000000764bb729dc839941a9f16105fce49cb32db0d517a5cab34a0f712 0.00 MB 2 0
89,015 89,015 00000000001090e9405875dcefd32b631ed6946276c2fb67a914d5490a4c5055 0.00 MB 6 0
89,014 89,014 000000000011389e4c66784b6a28d513af3e9d2400b99400cacf016e97e1add8 0.00 MB 3 0
89,013 89,013 00000000000d41ba5875af830a7a208933555c8ab3ab3078dfef9dc220ae26c5 0.00 MB 7 0
89,012 89,012 000000000014d1453f454c18414d535f0269af832d6effba38e2a9ac8ade193a 0.00 MB 6 0
89,011 89,011 000000000006240df5aae48734d7045a6ba1917215416b159bf593df07a379e1 0.00 MB 4 0
89,010 89,010 0000000000080f346f0174cf87ec031e132c5180788cd0f772582b02dad7068c 0.00 MB 1 0
89,009 89,009 00000000001520c583bafd45de5c28569840c3872e1e1505f35edc7d73863c69 0.00 MB 2 0
89,008 89,008 0000000000119d0710666709fee47ef6f290207994eb2d35c06e6fa2b689f7a8 0.00 MB 2 0
89,007 89,007 0000000000086a121e72bcdf5c060b277562f8d52b0ddde0d3900735a522342e 0.00 MB 1 0
89,006 89,006 0000000000008c0963be80bacd3593b4d8f026735739de2ed07f5648f1cba530 0.00 MB 1 0
89,005 89,005 000000000007354bcb097fecaddac1a71c049caad712c2cc30e212372f3da300 0.00 MB 1 0
89,004 89,004 00000000001214bf7faf5ee92f8059019de41ada59f01e9340e4c84004da2557 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.92 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,851.85 GB sent, 101.54 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.