Memory Pool Memory Pool Refreshing

7,182 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (616,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,021 291,021 0000000000000000d866bc09a25ee6901534ccd83387f2ac898a40d0fa6e87e5 0.01 MB 38 35
291,020 291,020 00000000000000001682297838f68f9cc598da256e7e41b3833d128948a08d5f 0.13 MB 268 34
291,019 291,019 0000000000000000af8e0c043defa44a45ffb8d3fad94c8a7a9fba22006d070e 0.31 MB 682 42
291,018 291,018 000000000000000085ee212db925e12deb2703297ca598e0bceab9aae2c429dd 0.10 MB 227 22
291,017 291,017 00000000000000001e00d68c0710145a986fdfa4bdfb1b820548dd628f2da040 0.47 MB 1,137 38
291,016 291,016 000000000000000079487e5bc724068e44ac38caa8172c9b4e94503899782173 0.04 MB 128 52
291,015 291,015 00000000000000009e012af36d6459b35dc73ef780c58510e124cac349031564 0.21 MB 424 38
291,014 291,014 00000000000000005e254c99a15c92b531cb21ad76a506b8a87761528b97dcd0 0.03 MB 83 48
291,013 291,013 0000000000000000a338faa15325f41e2d321a269bcd499ca01e79a0f1381d53 0.18 MB 396 36
291,012 291,012 0000000000000000f84a5744ec0ef92162fc004940f0103ab152b5e1d8cc59f9 0.05 MB 32 7
291,011 291,011 0000000000000000d96b36127b7141d5d97da4e03cb780c85fc48c42fe1459f0 0.25 MB 515 36
291,010 291,010 00000000000000007f3591f40fa3e81611989d9937cebb906f3f65cb88d52a0f 0.26 MB 557 39
291,009 291,009 0000000000000000f5ec2f7a4e0aa800424db9e560cd4cdcaf8c9aca8eba0dbd 0.05 MB 128 45
291,008 291,008 0000000000000000e00090ced1efaeac04225f2bd19121b135f1c82f798d2a55 0.03 MB 62 31
291,007 291,007 0000000000000000aa0e5e9c1db24b413f96877e1fa8db34a0aec3efaf546133 0.10 MB 202 30
291,006 291,006 00000000000000005be0f92f616fdb082d96ffd9fabc4dd606518b9f8c29a752 0.00 MB 16 21
291,005 291,005 00000000000000006d9f72f6f3d755671aa1bb6cd7ca053ec0211c4ac264d769 0.01 MB 32 48
291,004 291,004 0000000000000000b63c80169793cd01db4ee10590c46ca62e733dbad751c707 0.23 MB 441 34
291,003 291,003 00000000000000003287861388955020ca78d0477a84890eebfe938bae3b5bf7 0.20 MB 374 34
291,002 291,002 0000000000000000412603722518d67ca9876379fa99ee2b0a1b6f5dece1f6cc 0.20 MB 318 21
291,001 291,001 0000000000000000c19865f61eb99fa0cbc4a6f8e01dff825a7e828bd1daa869 0.16 MB 512 68
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.