Memory Pool Memory Pool Refreshing

13,828 transactions
4.37 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,587 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (608,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,716 299,716 000000000000000059f5553389d2c65acb6d72079ae9d7dbb37adfdaa4738e4d 0.02 MB 30 27
299,715 299,715 00000000000000001448ab336c476613a9a664795b0f30bdf64bc716da4c4d2e 0.28 MB 298 16
299,714 299,714 00000000000000007d7ef083d46db3ff926a43f1547cc495610378e48fc2c34f 0.34 MB 1,024 56
299,713 299,713 000000000000000046547e375f79f6c105de63d1e8ead101e619d4d0d68e941c 0.04 MB 58 20
299,712 299,712 000000000000000024fb2bc110180c78970587ac498ce61729373e75d9d675fa 0.31 MB 537 38
299,711 299,711 0000000000000000143a1f649cc0ae6915335d37cf9cbde8e682e6f07898bf29 0.25 MB 489 42
299,710 299,710 00000000000000001456ab0e0b23f068ebe1ca5d93177fcdb8cd876d001262bb 0.05 MB 43 6
299,709 299,709 00000000000000001bf15709d1a679eccd0b2fe9c98a4c4d76d0dee3e63a7b43 0.47 MB 1,019 38
299,708 299,708 000000000000000073dcf2ac1df6087fd65b320972e7a479e9b83c880ff29afe 0.21 MB 411 28
299,707 299,707 0000000000000000045f8f07b74d03f87c0270d5daabfa0f30c8cc71a7130977 0.07 MB 39 5
299,706 299,706 00000000000000001596dde029c8e1e8cb2cba2ff7e2c5e362b23c8edb03d4cf 0.07 MB 173 33
299,705 299,705 00000000000000001de982497c6b7b6eec6bf4b816844b4f1942ea1fa26cf175 0.04 MB 120 36
299,704 299,704 0000000000000000571246bb5793386771a1557190e1015eb4521cb152c5c7f7 0.07 MB 24 3
299,703 299,703 00000000000000000171409902d1d1f3f844ff0f28f62fcdc4db5b7a894d105b 0.19 MB 267 12
299,702 299,702 0000000000000000492c4fff48d75f2060c0e8e46a5e53e6cc1c19097e7b1c0b 0.07 MB 116 20
299,701 299,701 000000000000000023558610e3cf7fd08afc02b30133dc40e9868bbb7dfec33d 0.32 MB 493 31
299,700 299,700 00000000000000003365fb16bf3404b2ea32a89985e121ada43bd52c312ea1a4 0.26 MB 539 34
299,699 299,699 00000000000000002334649446d8fd6cf84f6eead4f0d277273f586231cbae98 0.33 MB 425 27
299,698 299,698 000000000000000023cda56e181c1024c2536ebc1ee4d1cf577d06b3d3f107ba 0.00 MB 1 0
299,697 299,697 00000000000000004a0da341a6835e81fe17494e8a72e4faf4f990004b375ab9 0.35 MB 712 40
299,696 299,696 00000000000000001544fe0bd85855329a111b88ec3826676b934fe52e6d7b74 0.16 MB 306 30
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.