Memory Pool Memory Pool Refreshing

2,402 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.63 vMB 2,401 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (899,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,474 8,474 00000000c4a3de36e3cfcfc042b3353626ad0a8b7e62f609c989b838a1883934 0.00 MB 1 0
8,473 8,473 000000009e77338b1278e3217b90f4a7c88cb53bb01bd666d99f0b89ecdf846b 0.00 MB 1 0
8,472 8,472 0000000060a235bdf172870b0c60ed0d48a1092d3085453f3f7c37b555efaa90 0.00 MB 1 0
8,471 8,471 000000005ad203e8aa4c00fe3ccc9097b33c893d04b46e1f35f210aea77b2ba7 0.00 MB 1 0
8,470 8,470 00000000a1c399b788ce10f273b62831ba6ba63b799a3079aa2c886414f4bbb4 0.00 MB 1 0
8,469 8,469 00000000851624ac180d0f9a3a177284acef027c12821b0905c8b5c2e50e4e34 0.00 MB 1 0
8,468 8,468 00000000c30fa668881fa6feac36d66ded25a322e0ddc3304d60472b41d4bedb 0.00 MB 1 0
8,467 8,467 00000000ea4bee90153cf8ec446427110d978bcb3b157b6199dacac92e8b9858 0.00 MB 1 0
8,466 8,466 00000000fe37ad71656b4d9038de26a234982550e3c867422b2e7fb918b457d9 0.00 MB 1 0
8,465 8,465 000000004eca954c4a657354cbdff294b4c09807607dd468aedbfd1f638a7631 0.00 MB 1 0
8,464 8,464 000000007c7efc06681fd184359b6207adc6d6108a9d421ddfa8e901dbb49b7e 0.00 MB 1 0
8,463 8,463 00000000e017389c0490147e53ff28845b007ed51fcdc5e54f50fcaa3831d2da 0.00 MB 1 0
8,462 8,462 00000000fad20effda3e87cd77d15cad42364b58f66fca28dda4b34363c671a7 0.00 MB 1 0
8,461 8,461 00000000f90147358404dfd986c23e2f9cac57537a7ceab02c350e2c38bb20ae 0.00 MB 1 0
8,460 8,460 00000000d36813aaa6d2e7515029679f142b0a42be684e23e91498648bacb7b9 0.00 MB 1 0
8,459 8,459 0000000030c24b159bdf032c24fb14eeb798320e9f4e11d636aeb8eae48b9e71 0.00 MB 1 0
8,458 8,458 00000000af567d147c0ff1353285ad51e2b904c958b36c45e5d4a99c124d6092 0.00 MB 1 0
8,457 8,457 000000006ef058072941c3af8ff373e2a8fd59fe1caf0c6795b2cc54d1fa2d71 0.00 MB 1 0
8,456 8,456 00000000eba4f5990ca6e790a8611124e774acc8f5a662056d2b960e0a02c806 0.00 MB 1 0
8,455 8,455 00000000c858ffba5731087a945836fcb2e778ce6446ff3e8a40b77a44ef6945 0.00 MB 1 0
8,454 8,454 000000000031e03f8f396ba4d1ae91489983fc878e3f4295e15052edf33858a5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.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.