Memory Pool Memory Pool Refreshing

6,674 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,909 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (533,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
374,006 374,006 0000000000000000070b0a034fe718bb10cdf460e769587f2c0c47d663a15ff8 0.82 MB 1,707 41
374,005 374,005 0000000000000000057b8ac80d3a440bdcd75574cf261625e87943135d229ee6 1.00 MB 920 30
374,004 374,004 000000000000000000d3789f1644f86dcc0d9b4358818f8e69b010812a13a8b6 0.88 MB 260 8
374,003 374,003 000000000000000008d8b4beded1f58eaae73f2c6b2ea1586f64c3747a2da441 1.00 MB 526 11
374,002 374,002 000000000000000008c5f65b321456700c0f425599e21d6d4718ad3cfa64e4e9 0.93 MB 1,265 25
374,001 374,001 0000000000000000029c559f066604a8e5ed21932434eefa57c8c9e6d6cb9e30 0.95 MB 1,346 23
374,000 374,000 00000000000000001016aa3783721673bebbcd1efa49946b52cceb09a81465a6 0.92 MB 791 14
373,999 373,999 0000000000000000049714db3bf0ad611138e643d7f5f69770b68aa7a11daf8c 0.32 MB 449 24
373,998 373,998 0000000000000000009e9b68d5588c75cc5acd2a27ab6bdcccfc56b680d9310d 0.13 MB 287 35
373,997 373,997 000000000000000007b308b9516c232ff276447837fc667481e4fc0d609746a5 0.95 MB 787 12
373,996 373,996 000000000000000004cbdd35cfcccbb6fea2e9896ebf343838f0f3424530db5c 0.93 MB 1,285 22
373,995 373,995 00000000000000000ea4e194a253c3e6025e78bd1171767a385ae342dbeef560 0.93 MB 948 15
373,994 373,994 0000000000000000121c28de9835c2cf7ec4b992b8d672f5d0217fd24e9f1914 1.00 MB 3,740 11
373,993 373,993 00000000000000000202be223677aa87f7ad641c5471eb704cef6fc83a1e8ea2 0.07 MB 182 44
373,992 373,992 00000000000000000064d210ddfd1c156f049b44a2418d09e1ca9c84316292ca 0.75 MB 1,389 6
373,991 373,991 000000000000000006e2452ef7a37bbb89d8650eafb5b050f856340aa13a0c08 0.75 MB 721 13
373,990 373,990 0000000000000000098b056033ec522fcd8d0471af93f4d93e0d0fb4389846b4 0.75 MB 2,099 30
373,989 373,989 00000000000000000b4de144b5ec8c21c976c4eabeb3ebfe25d91d049fbf97d5 0.80 MB 1,802 42
373,988 373,988 0000000000000000015b939a17109cdef7b60e292192f9de41151b3f8eac00f6 0.95 MB 1,272 25
373,987 373,987 00000000000000000d361b2ce5a763dfcdd8cf557b92d356e56076c826b41ed3 0.12 MB 194 27
373,986 373,986 00000000000000000f437352348f9fa51183ad3bfba819a07223abcf7f00401b 0.18 MB 385 40
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.79 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.