Memory Pool Memory Pool Refreshing

3,938 transactions
3.30 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,666 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (833,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,817 74,817 00000000005f135ceacbc9b2f79b304f30cc5e6b573fddf051296cb6962b5871 0.00 MB 3 0
74,816 74,816 00000000007d63844e789ce1ab7c8d4cc2bc9c84d59e931cd94b398d0a3861ca 0.00 MB 1 0
74,815 74,815 000000000010e93db09a5796ed818f07d24ac5f93b5379dbfc6b9332da32b0d0 0.00 MB 3 0
74,814 74,814 000000000000524644d170f9141d98f98085faab58e680b88ac327d72d6535d0 0.00 MB 2 0
74,813 74,813 00000000003560c62013f7ac46d0a3dd3b4104b1f67e3e4a6b7a8b6a3ea8c2ec 0.00 MB 3 0
74,812 74,812 00000000003356837a3ced07d84dfb57142f32b70a30680216a8b93cd970e0a0 0.00 MB 1 0
74,811 74,811 000000000061b72c7ffebb845d6fba97f1a124213fda14910b725f9f539ed106 0.00 MB 2 0
74,810 74,810 00000000004a00211ebfda2fe7a8d8731bdcd84936cbaa2aa4c835b02c51db2e 0.00 MB 1 0
74,809 74,809 0000000000227747c64f53752967a996978e95f32455a4ff7984508b1c51d645 0.00 MB 1 0
74,808 74,808 00000000000de3fa51acdd0b2e560f95b7038a307db8a5be4a371666dc471e6c 0.00 MB 2 0
74,807 74,807 00000000000fddf79e3da1885de87fc102c66e13ea280ef52ca6bd36bcb3dd4d 0.00 MB 3 0
74,806 74,806 00000000005ea66ca3725825541de4511ae8dcf481c5840f7f1e774f68d889be 0.00 MB 1 0
74,805 74,805 00000000003cb92fee931af655b0a61da42e2dbc2c8d4be5288e2aedcfb6c300 0.00 MB 1 0
74,804 74,804 00000000005ed460064dca65cb9f79c56154bfbe4ab24e9b3722482761a7e796 0.00 MB 1 0
74,803 74,803 00000000001cf785738ceb0b9184a0d5c176590c9b5badb2828948bf66e604d8 0.00 MB 1 0
74,802 74,802 00000000002e3917e6e60486f1e7a7a4c7140ac768b1c81351d54e93bd04c473 0.00 MB 3 0
74,801 74,801 000000000063e7db9b027dacb2daf889c44d80ea15e4f9d9bd12f1f34aca1c34 0.00 MB 1 0
74,800 74,800 000000000060f19d923b654584967e60411a18b2f6df90ebbf7f04b463d1257e 0.00 MB 1 0
74,799 74,799 0000000000524849f523a302dd48d0cc2f961a9d7d30f9acf82f648990482917 0.00 MB 1 0
74,798 74,798 00000000002b4b4d4b4de13f51d02eea334bef7504b2f5577bbdd9986162a85a 0.00 MB 1 0
74,797 74,797 0000000000125965fb5aedb6819c937bdca58086cf9b150b65254f772764f982 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.65 GB sent, 101.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.