Memory Pool Memory Pool Refreshing

1,792 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,787 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (853,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,995 54,995 000000000a979d1d5cde80a2944780928ad6f42d292cd672d3a441a7633936d6 0.00 MB 3 0
54,994 54,994 0000000010a6e68c7dc28b9d34e954de4e16a1c95785b63b14a6980aa435ddc7 0.00 MB 1 0
54,993 54,993 0000000010cc6eedb1f75a7c956122752eab6d96ca66375becf040dd8dd2d16e 0.00 MB 1 0
54,992 54,992 0000000000e6ede8f757deae25b78ddde54e362ed2b8eefb162be9314a2ad68f 0.00 MB 3 0
54,991 54,991 0000000006b6038bd4eac76f6d5c0859f3a92354f9583091755ab5a878621dd5 0.00 MB 1 0
54,990 54,990 000000000155847a74ce9b103a5bb982415474cfc836286685c41f16f2411d81 0.00 MB 3 0
54,989 54,989 0000000006a4e780ec4c639b898594f766aa9b2a7cb677f64213e6731cca82ed 0.00 MB 1 0
54,988 54,988 00000000133fb4d797717d132814e452abb623f4d4aca95c349a99269a40dca7 0.00 MB 1 0
54,987 54,987 000000000b5bd6da5d5d90d08521e8a8604d6611a4167d964dae5ade01307e4f 0.00 MB 1 0
54,986 54,986 000000000bc527d16a89d17430d8bc54aaa4da7d3ec358614e3a4182d741b199 0.00 MB 1 0
54,985 54,985 0000000005f2b5e9c029032a9e4f1c63fe7ce0b27d0580e2cebb9ce93a2d45b8 0.00 MB 1 0
54,984 54,984 0000000012f4831425020ec0a9368f5a737ab2677174db7038c13bcc8db68d26 0.00 MB 1 0
54,983 54,983 0000000012389735dc618a62747d5ff11a0fe2b8c2ff3a2fa6d84f2093011c8d 0.00 MB 1 0
54,982 54,982 00000000040c8bf6c4d769572bf64d5613b5977207b5466186c5684f96001ee9 0.00 MB 1 0
54,981 54,981 000000000e8fde1ebac491341688292ea6d4d7d1bf25eac0f77db4feedd6003e 0.00 MB 1 0
54,980 54,980 0000000010da44b78056574560d7f0c68ac3f63d0e253d1470d068b73005e50d 0.00 MB 1 0
54,979 54,979 000000001307fc90424e748751151b0dfa8bbd1fc0e2491437f8c795ec13b006 0.00 MB 1 0
54,978 54,978 00000000119235d65a032f8007058298e6129c3d72734ac7f9f61d40359ac0bf 0.00 MB 1 0
54,977 54,977 00000000009bd119bc272e729d14653adbb24ab19ce32d14366f86041716de6b 0.00 MB 1 0
54,976 54,976 00000000135fa2d44332f973fbcb0eee370783cb72c94852a441a99a0b87bac1 0.00 MB 1 0
54,975 54,975 00000000070c7cb0aadf69bd17537106f1975a7b9dae02c077128b3b99d8ff27 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.64 GB sent, 100.53 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.