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 (740,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
167,529 167,529 00000000000006b710ae2e22df5af7d23cdf85a94e53eb7f4e5bb580b4f4cf67 0.03 MB 85 140
167,528 167,528 00000000000005e128f4e765c59933531151a2df745bbcad03c2d0ec086716b4 0.00 MB 9 30
167,527 167,527 00000000000000c64e124d3a56db95adb4da436166a9ad1280a336be24934f14 0.01 MB 37 10
167,526 167,526 000000000000096366ae29564b8b1d5ba9efa586107869c93edd9a520ab4388e 0.00 MB 5 3
167,525 167,525 0000000000000485fca033dcc2559edb2a8456b14fdd8aa4454fe7631b51cb28 0.01 MB 44 123
167,524 167,524 00000000000005b05fbd2da2a324d1b79954bcccbf079bb303b99628e17f9b41 0.01 MB 38 98
167,523 167,523 00000000000001a1cfa7c2c9ce8a1f73530e06b6ca11f87a8f1e74640b7d229f 0.01 MB 18 43
167,522 167,522 000000000000061a908f10c758985cce663726a810b1062b66c6233d0ee858ef 0.01 MB 20 6
167,521 167,521 00000000000007b7a77fcb2bdcbf1e23a0363d5d435fd10c7d8868aa4fad7125 0.02 MB 69 12
167,520 167,520 000000000000005db601269fcab59fd6f1d98ea20402941b7b426a341295eaa4 0.04 MB 61 68
167,519 167,519 00000000000002aeee6fbde5c616956f75761f5e44e678da66e0ac3696ba51bc 0.05 MB 134 78
167,518 167,518 0000000000000a7467884121374ef09cb57e39944aa9e924261728b08efe93d6 0.00 MB 4 86
167,517 167,517 00000000000009a03e466cda1cb5eda41aea7f9db4c4e34c8d31e8af465be0b1 0.00 MB 1 0
167,516 167,516 0000000000000c1d0d7a957282a768914fb4e6def3ca1dcb2fa2a090ae77396c 0.00 MB 2 0
167,515 167,515 0000000000000a72f363d52f7145122a147d529f1a0824f8dbe0edfae44b62ab 0.01 MB 21 509
167,514 167,514 00000000000009ee9284cd7b04bf57a7c3d6f1bd9bae822a5c181d396e091829 0.02 MB 30 133
167,513 167,513 0000000000000180d3a45b803610700e3e2384352ce144137adc40044a2eceaa 0.02 MB 70 65
167,512 167,512 0000000000000301e3bda89753708b036a06280d1d22651a29256028ef5a9a31 0.02 MB 36 39
167,511 167,511 0000000000000aba0fc98cd2735bfdab03dded298ea8c166b6f84a4e16f68991 0.02 MB 32 59
167,510 167,510 00000000000009aa1f849cb3e4229b238be9dc237f2abb1de7e34e8bda7ad68d 0.00 MB 12 41
167,509 167,509 000000000000055ebb614283529bd120d70620511f9cc051ae3ea8bc0b28eb06 0.01 MB 10 65
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.