Memory Pool Memory Pool Refreshing

6,218 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (62,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,994 844,994 00000000000000000000e20987a63fabaf5c7fd6d7e7feac54f7531380df4a75 1.54 MB 7,228 8
844,993 844,993 000000000000000000017c91826aacefec757f3dcb99b488b88f9ddb81f30041 1.67 MB 5,549 9
844,992 844,992 00000000000000000002e3af28fa875741c8a286e09d7269cf3e431e394743ed 1.89 MB 3,458 10
844,991 844,991 000000000000000000009b674513dfd3734c4725ffc9c5a0582f10ed5d4af99b 1.68 MB 1,515 11
844,990 844,990 00000000000000000001e6f22eb74d17f0ac5d2159133dbcfb4f657628a2bbd8 1.50 MB 3,319 15
844,989 844,989 0000000000000000000170ddbec9251749d7c10173e1b27a65dc566465d257b3 1.54 MB 2,845 22
844,988 844,988 0000000000000000000259220f16626699f1912b49710929fdca961a7cc04272 1.61 MB 2,980 12
844,987 844,987 00000000000000000000e83260c103b3c9fc5252b4fa2785816519067b4c8c73 1.59 MB 3,700 17
844,986 844,986 00000000000000000001e337e91715e841e3f3592bda48edfba075ae49e875a1 1.48 MB 3,008 15
844,985 844,985 000000000000000000023b029aecd8e179b824775a2b21cc75306d64ed595f34 1.54 MB 5,323 15
844,984 844,984 000000000000000000001e5ab022874f3ef03af0754d95ee13e947d90cae4722 1.47 MB 3,981 20
844,983 844,983 0000000000000000000023eee4f2bba8cf0677cbdc025251766f67a84824971f 1.49 MB 5,104 21
844,982 844,982 00000000000000000002a63497005f2a85be4023a2fa4dc7371884aebdab4e2a 1.44 MB 6,378 20
844,981 844,981 0000000000000000000110499f2d1195192eabe913a645b78779cbf87a7a3ef4 1.51 MB 5,321 21
844,980 844,980 00000000000000000000d887f007dd33c3ac19b6e8662d7413c3c934a6140d90 1.45 MB 6,026 24
844,979 844,979 000000000000000000014baaac4b7c7bbe122b16a8923aeee804d7bde6ff28f7 1.40 MB 5,048 34
844,978 844,978 00000000000000000002ed61f570bb9fe90be87a443d347b7c6436f9d4c10e5c 1.43 MB 5,820 16
844,977 844,977 00000000000000000000e428714edd41e3a4cabffe376aaf7c05261883b275a1 1.49 MB 5,973 15
844,976 844,976 00000000000000000001671a94d2fa0a2c113a256f251932462a38595a6667a4 1.50 MB 5,709 18
844,975 844,975 00000000000000000001303f7e2058c121f95b8ae1cfba27edb1a06cfd229752 1.51 MB 4,919 14
844,974 844,974 00000000000000000001069d341a344304265f7c33399e57478bc76d6838d6f6 1.60 MB 3,088 16
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.