Memory Pool Memory Pool Refreshing

5,034 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,736 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (396,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
511,105 511,105 00000000000000000004c2c62d5e8b181fad71c1fc8631071ff2ae2fe2540104 1.01 MB 274 3
511,104 511,104 0000000000000000004afac397cd1c06265e5e24ca649b685f279a82969d79a9 1.11 MB 573 9
511,103 511,103 0000000000000000000c6c4a2db6b9e453ab8841be2dcde4f4daf22c6135e3d3 1.00 MB 941 28
511,102 511,102 00000000000000000055211c3d90f9182dfd69646cae276c71281afab908e356 1.10 MB 2,395 41
511,101 511,101 00000000000000000013407c26368258626956c822926609892cd1a642079af3 1.11 MB 2,183 67
511,100 511,100 000000000000000000188733760d5602fdfaeb5fd87d71f1e7ea8b2b83c523a0 0.11 MB 160 85
511,099 511,099 0000000000000000004fb9ee079279a8c6fed71b200e31a9a098f7c05b8f724c 1.05 MB 1,454 23
511,098 511,098 0000000000000000003edc29760117636714336fd8f8a637844c50349155641b 1.13 MB 2,733 59
511,097 511,097 0000000000000000003d4c87bd807f0d53db3e26d717bf16085b0f89d880cdeb 0.42 MB 1,025 45
511,096 511,096 0000000000000000004a78cb310fd03aea079418c6295413f15e18a4e0e27199 1.04 MB 839 16
511,095 511,095 000000000000000000085500c6bb65cb31141a62480f23e0ab940741d2e3a5ac 1.04 MB 1,054 24
511,094 511,094 00000000000000000051a3406d9b12905555d7672759e8c5320cd2fd79441d19 1.02 MB 407 6
511,093 511,093 00000000000000000026481213905448bcca4deeae40724b673bf1ab7e2c9526 1.03 MB 875 24
511,092 511,092 000000000000000000385cc2b3779817437b78bac9e32794beadb486e7328cff 1.01 MB 410 19
511,091 511,091 0000000000000000005bf2f88ab2565cfd78614e09fc140d921e999963fabaed 0.14 MB 245 47
511,090 511,090 000000000000000000585200507ab2b48fdea328e208d7f600c41454e792c4d5 0.37 MB 492 28
511,089 511,089 000000000000000000349d89b379f2499c362c51eddf16332f59f83152a038ad 1.09 MB 1,617 30
511,088 511,088 0000000000000000000d9d0b47618e321fd1565fbcc0d4413a653b1d50b5fa56 1.10 MB 1,119 30
511,087 511,087 000000000000000000207e4a0f041bae561dd21003eec915d1d6264e9d36c53e 1.02 MB 354 7
511,086 511,086 00000000000000000054cc99bc35286eda4cacc848a2a456e49786846b1f52fb 1.05 MB 1,249 22
511,085 511,085 000000000000000000298c189d5b1dce47311785665f856aa53ed57a55380747 1.01 MB 309 9
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.49 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.