Memory Pool Memory Pool Refreshing

8,942 transactions
3.73 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
2 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,668 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,580 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,667 (617,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,429 290,429 000000000000000051408e8163f8b34573700bfafb5e891318b620b3b92f4d97 0.35 MB 629 34
290,428 290,428 0000000000000000b011fbf421f811ff8be83b6b6fe20b375459e2cac10e1305 0.10 MB 119 14
290,427 290,427 00000000000000006f1567abccee362f55104e3ebb6ab8340b3c5ea4a40ae854 0.07 MB 113 29
290,426 290,426 00000000000000002a0367b67256de4bee1b43c37cd1fb0d55d6790a8075afa6 0.07 MB 131 34
290,425 290,425 00000000000000001cb13cd7e0b1fa84774cba53b6355d7dbcc2a3893bb76792 0.09 MB 128 15
290,424 290,424 0000000000000000b6b29996fde161ab81c7ce54cc7c10a1b63e5007669feb88 0.26 MB 414 34
290,423 290,423 00000000000000006739fd75d90d94a71f7892395e68f07e740d1187aff3b3ef 0.06 MB 118 58
290,422 290,422 000000000000000030ef8a794e7a011cd2069c633549c2dd049f3d09f294f158 0.27 MB 501 34
290,421 290,421 0000000000000000c35da215a195c2d3f996f7264df7701ea9503cf9036121f6 0.10 MB 120 25
290,420 290,420 000000000000000026b28bc87df375106033fc2a70c0ca6946114a15c88c1f54 0.66 MB 530 18
290,419 290,419 0000000000000000005dce1f7b39f76eccfc7cb21151decf5f218d5345bb55b6 0.25 MB 677 58
290,418 290,418 0000000000000000a4ce8f9c8e1fa2f2ab5290fc95b72c24cca83ec1cb018d2b 0.01 MB 32 0
290,417 290,417 0000000000000000a11854c7ad0df2914252b6ab2fb01eaffbe727a22d97eb87 0.15 MB 232 21
290,416 290,416 000000000000000076d6a5a847f182dc4c0e32c8b8256933f3b694943638efaf 0.26 MB 428 32
290,415 290,415 000000000000000061cdec9b363ece288a2685c619cc8da733983f8c386c0d81 0.77 MB 750 28
290,414 290,414 0000000000000000257494dafa0b530e9e05d1dd6e81cb943ecf860d10921393 0.20 MB 512 58
290,413 290,413 0000000000000000a74c70f184fe9c80a0269e5ca2adda07c35b0bc95a3e5845 0.20 MB 366 34
290,412 290,412 0000000000000000a9ceb49f2a791c29fcad6ed8f21fe601aa9e1047adf17274 0.13 MB 159 18
290,411 290,411 00000000000000008399bed20aa44936bf2cbd01564e6a5c4b4402aa9e971eb8 0.18 MB 512 94
290,410 290,410 0000000000000000cb42d185436a03e75cedab6adfc0a85259094c56867f8d67 0.30 MB 635 43
290,409 290,409 0000000000000000a72144dce839ad2790a2bc5efbd2275facecb037c41c5fb9 0.27 MB 330 20
Previous 10 blocks ↓
Total Size: 768.92 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,603.90 GB sent, 92.41 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.