Memory Pool Memory Pool Refreshing

9,527 transactions
4.23 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (99,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,144 808,144 00000000000000000002925f953d1020cdb6daaab0387930d1f5fb3ba6d006f8 1.55 MB 2,147 18
808,143 808,143 000000000000000000042d5617e256220bc33061f83172e5073b6990f6b45d5c 1.40 MB 2,838 21
808,142 808,142 00000000000000000001b893c020a66c88e35799cfc60712311b0b65ca160fc9 1.50 MB 3,034 30
808,141 808,141 0000000000000000000004d17158f8b071ba145ba29fc9961c0a3977c1394f3b 1.52 MB 3,079 25
808,140 808,140 000000000000000000005b15d2670ac86720931c10ae82dfc6a201774af9f863 1.38 MB 2,553 23
808,139 808,139 00000000000000000000fa16478c0d833e964427ee85a27030b58e91f0303f0a 1.39 MB 2,379 24
808,138 808,138 000000000000000000004fbdac09e68f3360ed6b1f9a2639da67b0d88347c256 2.13 MB 7,030 15
808,137 808,137 00000000000000000002d45ac212a7264e445c9e1ca83c30152a2a037a1fad36 2.11 MB 6,749 16
808,136 808,136 00000000000000000001db74f74abd700959ee83317a6b4f0bcb78ea18c1e2f8 2.07 MB 6,615 15
808,135 808,135 00000000000000000000dafe519706517c8001c8e91208c92a5ad2a989358f2c 1.25 MB 1,432 15
808,134 808,134 000000000000000000009aeca250da8081d081a2ad9a7574f29316b04a64fb23 1.47 MB 2,608 19
808,133 808,133 0000000000000000000377d02ffe26ce145495d4bf4d4e06085eadada956c613 1.50 MB 2,681 21
808,132 808,132 000000000000000000002475d8691b803e4e0cd253fff3d54f2a3db568d4c184 1.45 MB 3,031 23
808,131 808,131 00000000000000000003a08b4f2b4a4a1750be577aff996a032e84029bc886f4 1.68 MB 3,860 16
808,130 808,130 000000000000000000025f703baed8f89c36a2653cc374498f2dc7768b2bb5ba 1.76 MB 4,590 15
808,129 808,129 0000000000000000000258df89bb941c78d03fc432c0114544b83954430eba32 2.16 MB 7,235 15
808,128 808,128 00000000000000000000f495df60bebb042af2a1f1c1426dea75fad137dceb94 1.99 MB 5,808 16
808,127 808,127 00000000000000000004262ad40e4e0fc1940d932a00f4de3d9fc276f9a6cae0 1.49 MB 2,528 14
808,126 808,126 000000000000000000025f775b52e2a600f4bf2d6387fdc59ae6d4195bf7249c 1.72 MB 3,582 18
808,125 808,125 000000000000000000036be797b96106f4eeb80d0c9c0d11f5fda27ba139ddc5 2.04 MB 4,081 17
808,124 808,124 000000000000000000023bf08afdc9eba035e52b577c05c2c64b20f76b7263cc 2.11 MB 6,865 15
Previous 10 blocks ↓
Total Size: 769.03 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,624.99 GB sent, 93.01 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.