Memory Pool Memory Pool Refreshing

48,991 transactions
34.77 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 sats/vbyte 3
5 sats/vbyte 6
4 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,067 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 3,408 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,066 (41,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
834,706 834,706 0000000000000000000084be3fa6d6560925bf266dcec24f2d19ae5d14ee260c 1.73 MB 2,398 30
834,705 834,705 0000000000000000000170d2609f1b73735872a2242789f2190d846f585bddda 1.79 MB 2,420 23
834,704 834,704 00000000000000000000c855dc4e0cc69918aed13ed048d38018b63e7b9b071c 1.82 MB 2,797 29
834,703 834,703 0000000000000000000162cefe127756c4918b4c1f173b59e00c09efbd14d236 1.68 MB 2,662 31
834,702 834,702 0000000000000000000197ca35169bbd71bacab0258d773398720a23d0fb4a58 1.52 MB 3,206 44
834,701 834,701 000000000000000000014d17b210a9a893e727685a21a51cf67fd698e7c3b210 1.61 MB 2,609 28
834,700 834,700 0000000000000000000262970ea32768668aba73aba631b9a17871fbe988b6c5 1.61 MB 2,922 33
834,699 834,699 000000000000000000014e6470d64f5f9e9c370325adaa8628841feb07a62ad0 1.63 MB 2,823 32
834,698 834,698 000000000000000000016689b7bc5c942590217ef4133ae099f4590e11cad6bb 1.64 MB 2,823 38
834,697 834,697 000000000000000000012e79bfb1284e485a989d6738607e60261f36c6ed1c69 1.67 MB 2,425 34
834,696 834,696 000000000000000000001f63ac008c922123909aa69fb0e2361832f9681d3f78 1.66 MB 2,797 42
834,695 834,695 000000000000000000003b869494f4d6e7de0436d5ecd1b9e897728cdf5ca940 1.83 MB 2,416 43
834,694 834,694 000000000000000000032080d9971831489f0e8717f7712dafe544aea76f2b1a 1.67 MB 2,570 39
834,693 834,693 000000000000000000032b3666aa4da769d272e90a3b95819433ef1ad8cf0f91 1.57 MB 3,090 43
834,692 834,692 000000000000000000012752a33c23b9ce962550038e2be0df0a78d9dd9ca3cb 1.63 MB 2,306 38
834,691 834,691 00000000000000000001990068054836c67680980207ee7174bb35bc1546deff 1.57 MB 3,043 40
834,690 834,690 000000000000000000007a95f8bcabcde05f37c8fe9f37cbf8422ecf25feefcb 1.63 MB 2,277 34
834,689 834,689 0000000000000000000026ebf8f613a1ce69849f12e2c5f8fd9867c2402e60fc 1.60 MB 3,047 33
834,688 834,688 000000000000000000004d22a806f5fc6e4ee8ebfc8bcdb921d0f47cad8bf62d 1.68 MB 2,719 37
834,687 834,687 00000000000000000001a680cb297921d300dadaab79df9876303b6c0bd9dd69 1.64 MB 2,921 37
834,686 834,686 000000000000000000017ff36e3f004964cdaea7d5e397965673ec5ef9ce9337 1.61 MB 3,081 45
Previous 10 blocks ↓
Total Size: 710.61 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: 684.76 GB sent, 15.96 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.