Memory Pool Memory Pool Refreshing

11,096 transactions
3.51 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,760 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (291,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
616,043 616,043 000000000000000000033fd456a81c1cf12a2494da0b7535d499d0b5deefa8a2 0.16 MB 444 7
616,042 616,042 00000000000000000001522467b18027c0e6adeab980d9d04c272d4a7ab0a6bf 1.33 MB 3,090 14
616,041 616,041 0000000000000000000d5e4123b79665027d78fb579ba90f8628f7568fd93421 1.26 MB 3,007 17
616,040 616,040 0000000000000000000b9e877921698ff68b2645fede0a58c1e8815c20e5bcb0 0.56 MB 1,375 7
616,039 616,039 000000000000000000014281ac5ee99a5a68b8a02d0db8ef585fdcef4897e2db 1.29 MB 3,019 18
616,038 616,038 0000000000000000000a4d1d5e45cba0cd80b9f628e586fa361a96f4a26ec3ed 0.49 MB 1,283 18
616,037 616,037 0000000000000000001096ed220c1d9e7fc0a46384fca431b9d7b56c3aa1929f 1.32 MB 3,143 16
616,036 616,036 000000000000000000081645b5a5bd1630d8e6d74f236cfa179bde1a549eda57 0.51 MB 1,311 18
616,035 616,035 0000000000000000000db3a8b675e9d6bf84a7bedcdf74687b770d1e9e993163 0.61 MB 1,534 8
616,034 616,034 00000000000000000001616bedc96e9be230dba8d00cdbf798a7c34e2595d973 1.29 MB 3,277 22
616,033 616,033 0000000000000000000899ef63b34eb3014c8e7eb1b2f47c920bd0838088bba6 1.04 MB 2,493 8
616,032 616,032 00000000000000000002b097ab932703deb332d907380cbb2c1e4ef55c97387f 1.28 MB 2,567 32
616,031 616,031 0000000000000000000130f706fe705ba2156cb143e8424fd9626ff51f950df1 0.20 MB 566 18
616,030 616,030 00000000000000000001449acb615e7216e0b4619b1740eac7633edccef88b85 0.31 MB 824 28
616,029 616,029 0000000000000000000542586ca0eed887389f6493f506e0e1d46a96668917f6 0.36 MB 858 21
616,028 616,028 000000000000000000069a5fb90b4de7165f7a28ac4386be4a3274e998496526 0.03 MB 111 13
616,027 616,027 00000000000000000005fbf3d2a94bdd89462a460e67fb6c621e00d0b7c139c4 1.20 MB 2,785 16
616,026 616,026 00000000000000000009a234038ebbdb399792611462bc7e6059a356e5614bc6 0.13 MB 389 21
616,025 616,025 000000000000000000085b0283c38453396f93db535ad5f82b55a8aa43dd8945 0.35 MB 639 21
616,024 616,024 000000000000000000071d938ab1f226ef3930a4b4490133d497fb95d831da13 1.10 MB 2,660 15
616,023 616,023 000000000000000000023f8cf629a5609b20bf8a394bb8d60c851efb587cd40f 1.28 MB 2,963 22
Previous 10 blocks ↓
Total Size: 768.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,612.49 GB sent, 92.48 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.