Memory Pool Memory Pool Refreshing

6,751 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,218 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (117,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,269 790,269 00000000000000000000483046323b2752db3dae22c2452ef101a3a29db4743f 1.81 MB 4,222 22
790,268 790,268 000000000000000000009bf3d34596eb395cd0a2af2138095b61123c20d3e68d 1.49 MB 2,596 53
790,267 790,267 0000000000000000000444da6dca709453d09cb1c01b4fef448de2351595b569 1.76 MB 3,675 30
790,266 790,266 00000000000000000001048cc4e9458bc9971a5e4bd5ef1a46972784f6feef24 1.44 MB 2,704 62
790,265 790,265 00000000000000000001e9e00ebd44304bd8a5003e2edcad3c51a1777bd9ea4d 1.68 MB 3,003 28
790,264 790,264 000000000000000000051356766e8b6e8446d1da9e5ac24496a591c6c2435a76 1.56 MB 2,570 20
790,263 790,263 0000000000000000000148e538db3df84a24d3623640abb1daf96fd44dbfcd7e 1.37 MB 2,127 71
790,262 790,262 000000000000000000039c632ef51476230c6e2e20efa24fb11ee69c9b98b80f 1.91 MB 3,991 32
790,261 790,261 00000000000000000002f53e5455f146b00718d6edb5e7a47a614dd81371525a 1.97 MB 4,071 27
790,260 790,260 00000000000000000003bde8cf4ce09cceefe09a0a01fb61b96100f7ee647408 1.98 MB 2,894 28
790,259 790,259 00000000000000000002a9e7e947d37f0ba983668d5cb2c42117176cacc36da3 1.86 MB 4,803 26
790,258 790,258 000000000000000000033ccf1f37ae357560b9cf1b15be6142250f627eb8a86d 1.86 MB 4,605 35
790,257 790,257 000000000000000000002afd953c24e76ed0c95e77571cd13057593266c926fc 1.51 MB 2,733 57
790,256 790,256 00000000000000000000409f61f12e955cedb0a2461f9e33a66ebd52c6439f88 1.76 MB 3,657 22
790,255 790,255 0000000000000000000297c2058baf234cbe63993a65d186aafd7bb35690ab03 1.81 MB 3,749 25
790,254 790,254 0000000000000000000452c49c93f1bc93b01320819216cc29639c73418e4a0c 1.38 MB 2,324 49
790,253 790,253 000000000000000000025c9f09cba17211e9151918fdf3aecd2aaeec02f35e64 1.99 MB 3,720 34
790,252 790,252 0000000000000000000102338d075f4daacd2245a5b3eacee1019359218c1e32 1.71 MB 3,729 51
790,251 790,251 0000000000000000000085aae10b84ae22c3f41399a0aa6018351e803739455b 1.75 MB 3,013 34
790,250 790,250 0000000000000000000222dfc9297b2bb90481bfa28fd04ac2e8a4dfdaab5a15 1.58 MB 2,958 51
790,249 790,249 000000000000000000026f3c94574a40692053865a537c480609f6a5c451009a 1.76 MB 3,183 50
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.