Memory Pool Memory Pool Refreshing

7,511 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,702 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (862,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,858 45,858 000000000b3bb43a4367fb826a37835dcd406c7a9dd844246149c94b9c9d8481 0.00 MB 1 0
45,857 45,857 0000000009f708faa8b4a0db93a9e01419947aaa8c87b71c6fa24a9307cc5d8d 0.00 MB 1 0
45,856 45,856 00000000312df69ee2a59b550ee97b0f29ce0784ae60c55ac4d8d4e66354a7c8 0.00 MB 1 0
45,855 45,855 0000000036f02e3879c92f9c58852df73a2675ee6b443d1abbca7472b7532c74 0.00 MB 1 0
45,854 45,854 000000001b5a8b3b6a8913fecef61a18b247b67b0a4884d3fee4c5fc5f0f01c8 0.00 MB 1 0
45,853 45,853 0000000012f141f5df75dcf9cd151028861476506de760feb5b285f7e61383ae 0.00 MB 1 0
45,852 45,852 000000002ee74d256695424dae739b8bc1cf2f92b90172ab8a2df744148028be 0.00 MB 1 0
45,851 45,851 00000000009caa533b194442c139b1b6173a854e1311321388b836fdd52e6b1b 0.00 MB 1 0
45,850 45,850 0000000016066da8f975f8e85d60559ff317e5941ec15a4533df1d2f699a07db 0.00 MB 1 0
45,849 45,849 0000000017df7fcaf7c9b31880ddd087569d84c1fcac035083f9cc3c0dbebd0a 0.00 MB 1 0
45,848 45,848 000000001354aa4c481e2a059e9c7db1d6473c3c4cf5a1ed1eb29a8c060a9813 0.01 MB 2 0
45,847 45,847 0000000034e7d275e13d1fa90617dba8599412be0287eba30613aa8eafcb3ec1 0.00 MB 1 0
45,846 45,846 000000000db34d449a5ca82bd288421331ef3e332bb1a053016934120bcddda3 0.00 MB 1 0
45,845 45,845 0000000016b8a222f1a561aa70d2d56fb5723ab989aa2d0d67ec182c42025cfa 0.00 MB 1 0
45,844 45,844 000000002efac8ad8739fd0e5f03f8eb08c636194fc3b13d93e2f25f04c414df 0.00 MB 1 0
45,843 45,843 0000000030aeb411a6941fcc111a5c51d7e1e32df607d29fd3488792ede2702d 0.00 MB 1 0
45,842 45,842 0000000014f962b0ffff98e1bf2696438492939797f614ed91ffcc552193d955 0.00 MB 1 0
45,841 45,841 0000000031b2b5a6909cca99e90f62f55566b2218e250fce5edde534af84dfd3 0.00 MB 1 0
45,840 45,840 000000002f1a02a274861bd4a7a708acf960f1eb972f634a6bbdb10521ddea21 0.00 MB 1 0
45,839 45,839 00000000116f2fcd87dd3322ae92c0d12e351fad5163ff795da9b6591b03dfe6 0.00 MB 1 0
45,838 45,838 0000000022cded07a81e5800a494bd942b01e5de0f6a83e8c2b87938da73a1dd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.50 GB sent, 100.86 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.