Memory Pool Memory Pool Refreshing

870 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,272 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 843 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,271 (724,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,823 183,823 000000000000039abf78e1c6b4540ae8a465d0a4491bcf8dcd3a0b029f8d9264 0.01 MB 14 18
183,822 183,822 0000000000000a73ef7f73a15446ef03a79076c3d93f4af093405e0f2fb473ca 0.17 MB 202 127
183,821 183,821 00000000000003265838493eb03efbc139ed2336d3aabfbca6e50572a00f6df1 0.06 MB 106 137
183,820 183,820 000000000000010d38c794f1f0e66cc686d40e7469578e3796ccf06c7e302774 0.42 MB 1,045 223
183,819 183,819 000000000000083d7a5faf47058ff5e7aad24d0add833995f9e674aa39b87266 0.00 MB 11 29
183,818 183,818 0000000000000378335a8c7f5b1494b0bb5768e2c4787e9f2fdbf49b1990172c 0.06 MB 105 440
183,817 183,817 000000000000035d69f91638c353692b00a1c3df53d57d16980fd112911b8683 0.27 MB 554 144
183,816 183,816 000000000000075dbf74f5280b16a694826512bd8c60e6d16b1c0e0751950fd1 0.00 MB 7 256
183,815 183,815 000000000000074922d2e9976887bc89111e1fb4ea106b348aafe28b7d0f000e 0.00 MB 10 31
183,814 183,814 000000000000097c2431f9c9d0eba892cb534493fc5c1ce4a6008c7766983aec 0.25 MB 695 151
183,813 183,813 000000000000083d977db96f2df5f26a61f633aa6b0a2961ddf71915d56ccb96 0.05 MB 139 210
183,812 183,812 0000000000000121ea9fba9ac973cab4106e125c0caed2ef52b3e12722d5d9ef 0.00 MB 8 0
183,811 183,811 00000000000001ac580f6e36527eb17200da5a3372ec2318f496a4f3341fff0a 0.26 MB 581 160
183,810 183,810 00000000000005745e029ccfb78b9c1f955e9fb4693638e81ad24873356178a8 0.09 MB 225 154
183,809 183,809 00000000000005767dca9e3183b5099a5b667d3d5ba37ea26b697aef6afed59e 0.18 MB 460 226
183,808 183,808 00000000000000ae96e741508e6eab0637577b440497ff3e7dd952124ffa0a54 0.08 MB 189 227
183,807 183,807 00000000000003d79346197078a722c6fdc53a8318365eca38faf13a2aab5210 0.05 MB 134 64
183,806 183,806 0000000000000a3a2cea51064985a9ef96818d9ec8847ab27b908008a5dd0b51 0.13 MB 339 201
183,805 183,805 0000000000000339d05208d1f2da7d40203d63b8766c5a0091e16f0183112c16 0.01 MB 21 273
183,804 183,804 00000000000006d3e164623630fa62ce582f7ab2a32a7b70381e54c634d4c654 0.18 MB 298 169
183,803 183,803 000000000000059d62b0da4fdcfab82c6db5c0b387604b2e819e1e6794fa4675 0.25 MB 658 160
Previous 10 blocks ↓
Total Size: 770.12 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.57 GB sent, 98.14 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.