Memory Pool Memory Pool Refreshing

5,347 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,797 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (791,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,218 116,218 00000000000010d549135eb39bd3bbb1047df8e1512357216e8a85c57a1efbfb 0.00 MB 5 718
116,217 116,217 00000000000095409a6459e6016b33de638e2096c4e55906a6b117396089f63f 0.00 MB 10 819
116,216 116,216 0000000000005b2d91924001e1a785c495f9806f281219520f7f71e4db94a244 0.01 MB 8 947
116,215 116,215 0000000000001b987189afb506c4654424fe49d8acc7cd17372716bd284f0174 0.00 MB 8 0
116,214 116,214 000000000000514e6ff81756aacb6a2bd32f9c19697eed11893fab0bd12cf51a 0.00 MB 9 1,191
116,213 116,213 0000000000004d91c11661007fa637178a7525c07efae2b1ccb6e02df7544f43 0.00 MB 7 1,414
116,212 116,212 000000000000afb9600aa5a476dfbb019e9bb76a4e20fe69b44897064855fee0 0.00 MB 5 0
116,211 116,211 000000000000ddd33811e7321b24fcd6e89e3c9eacaaa990c0f496d13dc4518f 0.00 MB 8 0
116,210 116,210 0000000000004983e379d0967b53085ffc4b053b67bc6b7b613bcd4bd1bba706 0.00 MB 9 805
116,209 116,209 000000000000c049fa9031ab1a05bbdf6754ae9a4881f055332e93df5a652f1e 0.01 MB 22 329
116,208 116,208 000000000000de4cdd24aaa316b6154c01700dc58775e6e9d3a7e1b3d881f099 0.00 MB 12 0
116,207 116,207 0000000000006e3ed41d6844ad93294c0e67f3b420ddad947dc5bb9f3a1c0f7b 0.00 MB 12 0
116,206 116,206 0000000000004fba03b6c5931dd32812a473e40978084763549e9b98de388ab7 0.00 MB 12 677
116,205 116,205 000000000000edf5e857a2f0b0a5f1ff832bc94ab9fe0aab44a466cbea201d80 0.00 MB 11 351
116,204 116,204 0000000000008256fba444cef32749118d101e41a59d30b8644bbbb9fa6b1d2a 0.00 MB 14 811
116,203 116,203 0000000000008c3db0036b0673cf83c5644d5e7aae23e24cf1ee37ed3b912c15 0.00 MB 12 0
116,202 116,202 0000000000005c418bdbdc04655bf6c74de2d3dff6d36f66c3806807b08e9505 0.00 MB 6 700
116,201 116,201 000000000000cb6eb309f85c0ff869bdb6579943ee00a4db3b559c4bfaaa8e3b 0.00 MB 10 0
116,200 116,200 000000000000f1d697e9398b391fb7f82c055cf82275a34476e79082ccedc010 0.00 MB 10 941
116,199 116,199 00000000000074c2b1aeb4e090481e332eb4cb38917fe4ad885e4ea623b25650 0.00 MB 11 348
116,198 116,198 000000000000bcfda5ac68460cfa0f6e3f6c2629084c60c85247bbaef0d5fbbe 0.00 MB 12 357
Previous 10 blocks ↓
Total Size: 769.30 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.61 GB sent, 94.42 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.