Memory Pool Memory Pool Refreshing

771 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,267 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 743 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,266 (907,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,021 1,021 00000000888fa29c0d536dd58236724bc0dc115120dab4bfc529ffea1cb680fc 0.00 MB 1 0
1,020 1,020 00000000aea3469718b670a4f3e86f5d5c10d58ce6c92e2fbd1b0f0a9317b5a2 0.00 MB 1 0
1,019 1,019 0000000041d393d6c69950c23ed5d3e349c76c65db6e468537a5f3e7762036e7 0.00 MB 1 0
1,018 1,018 00000000cc989013d30098040630e0ba11e506d9a7d3463308aa39bb5fb58063 0.00 MB 1 0
1,017 1,017 0000000084fbcc1de75dba046dd98e5d1310e898923c85da165452da9df3ce1c 0.00 MB 1 0
1,016 1,016 0000000020f9cc70a8d53e37951c3bfa56a3d8b50a95d724e36e2e2f916a0ff0 0.00 MB 1 0
1,015 1,015 0000000071ee64ac3fc9735b74d39618b38c1225723a98bdbdbe83c010069632 0.00 MB 1 0
1,014 1,014 00000000d2fb950a997c3a5f555ae3485293dc972bb2baa396283006fe3230dd 0.00 MB 1 0
1,013 1,013 00000000f9c20fdda7029f3d5eda156b6b7d4d2b3b8b850b9dea839483e145b6 0.00 MB 1 0
1,012 1,012 000000002048a8c44e5fcc9b0f19b2ed1fe2c63842ef88c9a29f54607087dc32 0.00 MB 1 0
1,011 1,011 00000000bbafcd3677dc5f3c713f464996e0253a2457828d3e775c83191abefc 0.00 MB 1 0
1,010 1,010 0000000074679515061a7e8272f315ca6735ee18105e3d4e867cbc87988e2759 0.00 MB 1 0
1,009 1,009 000000008bb80b928343bc65ea33b2c97b722d7b85f0470d32a7519d2b7e5550 0.00 MB 1 0
1,008 1,008 000000005f7e442c07d918a1f2cd4f594f5e1946c22b06ffd7dfe378f59f70e8 0.00 MB 1 0
1,007 1,007 0000000037b9be6143407617d34d7dd70a09aeb68e5da5a092bf5d19d7a06da6 0.00 MB 1 0
1,006 1,006 00000000c88cb61c8093f11df65dbc6633ae783e6f51be9aa8bbc6c624a994e2 0.00 MB 1 0
1,005 1,005 000000006659f6eed8840da4336211802af29eb04453e7e92d0f80a98f3e833c 0.00 MB 1 0
1,004 1,004 00000000aded3a9953bb6acd0f51a99ac433369696116a6b72754c672a350a65 0.00 MB 1 0
1,003 1,003 000000002d5d8c3264d9c6e352b76430cda7a1edac661a515dd1445c15168de5 0.00 MB 1 0
1,002 1,002 00000000430a20b3f4f658c153168b6615512dfe1a8362602e44a5e11e83011a 0.00 MB 1 0
1,001 1,001 00000000a2887344f8db859e372e7e4bc26b23b9de340f725afbf2edb265b4c6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.10 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,691.44 GB sent, 98.11 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.