Memory Pool Memory Pool Refreshing

7,595 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,974 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (833,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,826 74,826 00000000006fa0f61b01ee6e4fda2a18ccef155a1b70c7463404f1174ec25de9 0.00 MB 1 0
74,825 74,825 000000000077784c589feeccfdbe2313ef749676f1408d6bd893a7450ada0214 0.00 MB 2 0
74,824 74,824 00000000001f8d1bdac4f4f74ccfaa4b4c8069352283d937316a8705636875ae 0.00 MB 1 0
74,823 74,823 00000000006c4e11ef2f9ad2a03b98debe106a984f21380cafb357178c571f47 0.00 MB 1 0
74,822 74,822 00000000003a5695766344508a92260ddce82b4c325d7abd4aca8f7b07b28f7d 0.00 MB 1 0
74,821 74,821 00000000000995f47538cf61cb46e2cbac13d1c3f9a50b9b5e394c0304d15ba6 0.00 MB 1 0
74,820 74,820 00000000005753a9f8daaf0795b358a975988889fce671d120cb797f4782652f 0.00 MB 1 0
74,819 74,819 000000000016c6f0e40b8c83c2caf293a4a571f24dcf72c3918edf023119ee09 0.00 MB 2 0
74,818 74,818 00000000001664626d9cb8d2882794ea1d77b03ee05c02e695d48a0c74f01214 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.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,854.30 GB sent, 101.94 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.