Memory Pool Memory Pool Refreshing

2,201 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,383 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.72 vMB 2,195 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,382 (853,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,006 55,006 000000000b31112ec580baf8b37b1e8d328cb3d65f085043691e10027b90f8aa 0.00 MB 1 0
55,005 55,005 0000000007969b05b4b0b98aec001df6d3f25897ade649ba663d9c820182a9ac 0.00 MB 1 0
55,004 55,004 000000000599853d97fb3cb450abfb38e07d0bbe0b939387cfc6685b385089b6 0.00 MB 1 0
55,003 55,003 000000000cef18950b14d06c819ae064de44c4d996bd47d672228f88c0543d67 0.00 MB 2 0
55,002 55,002 00000000046da81af4ae46f56cf05b55a7a4181b6d8963a0a86f03384340fcf0 0.00 MB 1 0
55,001 55,001 00000000070fe6b919a2a77d8e23f803cbf818e08bd782ed202c92b66ebdc083 0.00 MB 1 0
55,000 55,000 000000000a629716ce673212ea154bab57d7d2b62aca42683389dfcdfe747e1a 0.00 MB 1 0
54,999 54,999 000000000106dfacdc9aff96b664d55d8e4df30c7b4765e76156b97c4c92d3de 0.00 MB 1 0
54,998 54,998 000000000c6059074caf6e423d703df75ec8dec1e26fa41ce21d49540691ad02 0.00 MB 1 0
54,997 54,997 00000000018fc8a09cb0528c82ba24fe3d16c3a333bf499f59c3ff96afc89311 0.00 MB 1 0
54,996 54,996 000000000a28fdaa62dbe46d1c5e31208f58f326a55bd79434d62af426360b43 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.40 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,703.65 GB sent, 99.13 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.