Memory Pool Memory Pool Refreshing

5,760 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,841 (187,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,994 719,994 000000000000000000091023018e7c17cd93672f764132d0239311ebd839fb0e 0.28 MB 332 10
719,993 719,993 00000000000000000001785680b103d7fffee528a46370dbbf22ddb434699c9b 0.29 MB 489 9
719,992 719,992 0000000000000000000742573368410d79a609bed9023062dda158564f00c42a 0.77 MB 1,324 2
719,991 719,991 0000000000000000000457198cda7f1c01fe6ccce9577a7b676bcf6f112f7a93 1.44 MB 2,619 14
719,990 719,990 0000000000000000000879bdaea28ec7a1fd111852005f5ac8ae214d43dac997 0.60 MB 581 8
719,989 719,989 00000000000000000005c7b512f39b2e63084f8f8a6ad4b509cfcbf8734dfd8a 1.31 MB 1,363 8
719,988 719,988 00000000000000000001dd35e54b957c6fc5fa6b1e91b92a8e908f3992762348 0.50 MB 796 4
719,987 719,987 00000000000000000005939123019199f9d72e98b86402118ef15b186359aa99 1.22 MB 1,047 12
719,986 719,986 0000000000000000000311fb7b7e111ccb3a96e00b94053354754cffc8ba678e 0.06 MB 71 9
719,985 719,985 00000000000000000001db2d8bd521592ed7da115c3dc2829cd8658147423b38 0.82 MB 248 3
719,984 719,984 000000000000000000095aa110cfa88244824da688f6d8bd407ba2d42933b511 1.96 MB 783 4
719,983 719,983 000000000000000000087d1c5dce585e9449bd34a9c994ddbf1854bd49f9a3ae 1.65 MB 2,244 8
719,982 719,982 0000000000000000000224256f5ff830c56bc8d72ed72a6fea303bbde2113062 1.81 MB 1,652 6
719,981 719,981 0000000000000000000040ab75096826f2f407573653d5bb2db7d547296e89a5 1.94 MB 1,335 5
719,980 719,980 0000000000000000000109d5cd9fcdfd4e7e729504ec6bd448a7264147d42e3a 2.04 MB 747 3
719,979 719,979 000000000000000000098e9d6033f09525565fe4ebaff1f0c6cc6c5dfe31fb8a 1.54 MB 2,205 10
719,978 719,978 000000000000000000024f144655a19dce7edb4f58d667599511b9b73d498e49 1.51 MB 2,165 11
719,977 719,977 00000000000000000001336587afedeb1d447bb0c6c1bb25a9f35b8f9b26ec45 0.86 MB 801 7
719,976 719,976 00000000000000000000f202edf1b6dcb3db85fc45019fd9d89a1907865c0e38 0.02 MB 46 4
719,975 719,975 00000000000000000006b8e0906c7623ee939498f93e5664decca82a686c5b78 0.95 MB 1,641 7
719,974 719,974 00000000000000000000d9b3d7169cac86c3c76358017c268b37523679163e66 1.42 MB 2,446 15
Previous 10 blocks ↓
Total Size: 769.24 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,635.08 GB sent, 94.15 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.