Memory Pool Memory Pool Refreshing

10,395 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,360 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (52,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,046 855,046 000000000000000000022883eb8bb1f96939d25b2de4c2927b838a6a4b4b56f1 1.84 MB 708 3
855,045 855,045 0000000000000000000089a6bab7c0b1d41c1e44c53f45e0c1aa5d9ab3c66915 1.77 MB 2,950 5
855,044 855,044 00000000000000000002e62b1cc319677046d4aee77091797576152bed420bef 1.88 MB 2,799 3
855,043 855,043 000000000000000000017828844be2d7544a26d98dc779fb6fd5f1976ef65739 1.53 MB 2,512 7
855,042 855,042 00000000000000000001fbabe272fc305be90d9637bd882e2e52cce11ea413bb 1.77 MB 1,388 3
855,041 855,041 000000000000000000005b3a102db7634af178891fd642ade5bf00c806933655 1.84 MB 759 3
855,040 855,040 00000000000000000001e77afeba7575363fc3d5987d8d7ade43ba9e590de714 1.58 MB 5,363 4
855,039 855,039 0000000000000000000287419a43c7484fd5f401f975b17648f06d17014c0a3d 1.70 MB 1,322 4
855,038 855,038 00000000000000000001129299a1154caa455aeefb86adfaee504102a2546f15 1.70 MB 2,506 4
855,037 855,037 00000000000000000000a98dd75958b39f8c2659eefc55993515e2ad2c01bdea 1.63 MB 5,914 3
855,036 855,036 00000000000000000000a2f680acd5e6d69fd049f9ab9ae140b2b2f7209bea44 1.61 MB 4,463 6
855,035 855,035 00000000000000000002129bb29bebf1f38f73bb2c3900c03446fa8660ca0cd5 1.50 MB 3,293 6
855,034 855,034 000000000000000000014078f43bb661069aa799c3a64a2de2e1f91a158858b7 1.59 MB 3,371 7
855,033 855,033 000000000000000000019585f248a4a99de32172e5c7380483743f4afd6fea36 1.62 MB 4,347 5
855,032 855,032 00000000000000000002e447c1c087a422f4afd9cc6344f00a6105c87b4a1371 1.61 MB 5,163 5
855,031 855,031 00000000000000000002930101185c7eb8cb44f51bb28faa533305a094e0e167 1.60 MB 3,344 6
855,030 855,030 00000000000000000002b6287d5dabd24c6de4f00bfc1b6054ed1c1f4fdf20f1 1.72 MB 5,543 5
855,029 855,029 00000000000000000001972e8655ae8efcf9e07a96386950c708beb1b0bb1f63 1.52 MB 3,869 4
855,028 855,028 000000000000000000030656139943b74f4ca380593432570062fcb411cfe7c1 1.45 MB 2,704 8
855,027 855,027 00000000000000000000eb0fd7650cd367355bacb12c6c01f753fd2118668c2e 0.00 MB 1 0
855,026 855,026 00000000000000000000228d0b6fecd718a08d9d84a78f962d6d52f2fbbd402c 1.64 MB 3,141 8
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.