Memory Pool Memory Pool Refreshing

5,516 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,117 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (347,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
559,956 559,956 00000000000000000009a739ef42e7193773219eb710a8c33cb9a6ecc5bb8aaf 0.09 MB 229 18
559,955 559,955 0000000000000000001b87365a1bc113070dad2eef36ae8c9b216c17bbea2a97 0.66 MB 1,459 47
559,954 559,954 0000000000000000000a505d8cdbf843602139ebcaa1d2deebf2403215907dd6 1.16 MB 3,179 12
559,953 559,953 000000000000000000020474715923be3f19436540018657b26928264e00ed09 1.25 MB 2,738 19
559,952 559,952 00000000000000000000b3b0c641066b866e46da8477e41a9d4cb25cc158fee6 0.42 MB 968 14
559,951 559,951 000000000000000000166c0a0ff3bba34a4f38c8f97d1e9f169e6f36ced24f99 0.63 MB 1,670 16
559,950 559,950 0000000000000000001c68f61ddcc30568536a583c843a7d0c9606b9582fd7e5 0.47 MB 1,047 14
559,949 559,949 0000000000000000001b2b3d3b5741462fe31981a6c0ae9335ed8851e936664b 0.34 MB 784 14
559,948 559,948 0000000000000000000ff26ea267f62442d9d9909d3173172b7cbce74ed820ce 0.03 MB 79 23
559,947 559,947 0000000000000000002397eab4eeffe6758e17791ba7a998f0e105686fc27824 0.28 MB 821 14
559,946 559,946 00000000000000000029436e156f05094bfed3ca869f523dbdbd6f53c3bd04cd 1.00 MB 2,135 25
559,945 559,945 0000000000000000001298a97e053578114544cf42c91bd9f0f57bdbc559244f 1.19 MB 2,519 18
559,944 559,944 00000000000000000028e6bc8c5f155c8c396d1bdb1415ffce6710a8f6a999bc 1.30 MB 2,032 5
559,943 559,943 00000000000000000001cda52827ddcbd1267932422f23f3a5333696b9331e40 1.16 MB 2,717 15
559,942 559,942 0000000000000000000b71653ea4d5865d52334e124c8f2dbb3d303f391d0c3d 1.24 MB 2,651 9
559,941 559,941 0000000000000000002de95b9d7b6db88aea9f955f3969f3c125aeeaa932580e 1.39 MB 2,531 13
559,940 559,940 0000000000000000001bf5344910d2aa316a9d9209efc552c8b558b8c85e352f 1.77 MB 2,165 18
559,939 559,939 00000000000000000028c77a1e555ab92e02d8a14c932ef0b46e8b3f5d4bb963 1.33 MB 3,282 32
559,938 559,938 000000000000000000248f1927265cd924d80a5b702dcf500b7384c61b9b3565 1.27 MB 3,059 36
559,937 559,937 0000000000000000000c6e5aa1ccaaffcb8e059b2087e0634265cbd473050d8c 1.06 MB 2,983 7
559,936 559,936 0000000000000000000fe900f883c68f8f3fa2f814adec59cfe9d5c6dfb6d118 1.29 MB 2,689 16
Previous 10 blocks ↓
Total Size: 769.24 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,635.08 GB sent, 94.15 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.