Memory Pool Memory Pool Refreshing

6,112 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,770 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (424,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,535 483,535 00000000000000000054cc45f4e43e6003dde9941348a358a5fa4a634ef42773 1.00 MB 1,808 183
483,534 483,534 000000000000000001251ac06db4e4f14a4c16060263a425cf207528208ec861 1.00 MB 2,790 409
483,533 483,533 000000000000000001170f805c6fd6aeda6b51f00f6d692aebf616c466ffb506 1.00 MB 1,690 95
483,532 483,532 000000000000000000be1641b095c96c718996f234f30f6bf8a9301f1dad0782 1.00 MB 2,051 277
483,531 483,531 00000000000000000022af63b7898f74bf11e99f95b12ae1d1159002cab08e77 1.00 MB 2,513 428
483,530 483,530 000000000000000000d41e71e6b0b94b448dd1d0c72cfdde9832f1a9b0b459b9 1.00 MB 2,129 241
483,529 483,529 000000000000000000d8b4aa631e8e03708859cfc1090e79514cd2b034f06894 1.00 MB 2,183 115
483,528 483,528 00000000000000000075dca1fb253240f74e380adb9606f188153befc0bff06b 1.00 MB 2,133 220
483,527 483,527 000000000000000000c3ce8783e79b1184c9e5078ac59ce384167b2b33d74dca 0.75 MB 1,235 260
483,526 483,526 0000000000000000004e8399581cc0a2d285131a6feadf6dcd170ea3797977ef 1.00 MB 1,605 254
483,525 483,525 000000000000000000c8c4718d3916ba4297e922f1f194e0edc46b46d4cf4bd7 1.00 MB 620 102
483,524 483,524 00000000000000000057ed8440407a56be436ec6526ce42ed0efa7682d1c8990 1.00 MB 1,787 273
483,523 483,523 000000000000000000359e303dd9484061250e1ca4ae76b6b22bea4f46e73153 1.00 MB 1,713 168
483,522 483,522 0000000000000000005aa74602a516452dcfa535b9734c4031df9169520b2333 1.00 MB 1,937 285
483,521 483,521 00000000000000000064bcad53a1e3c09a31dca50664c702c91364f69c9dff0a 1.00 MB 2,114 231
483,520 483,520 000000000000000000e7306520f9cebe02a750a781e4d0c83eb2bdbda9378231 1.01 MB 2,179 200
483,519 483,519 0000000000000000010af90074eb8eb146b30f7a5b93856bb87d84ef1f52c20b 1.00 MB 759 84
483,518 483,518 000000000000000000a52ba4a7a050238399213ee8d21102d6be34e9b541ba61 1.00 MB 1,871 144
483,517 483,517 000000000000000001131928cd862ad18eb476a4e09f8f43ff3eae5535b38c55 1.00 MB 2,485 182
483,516 483,516 000000000000000000c2104111b7082a7d34a4c2bd23a275bf8de1715b1dacbc 1.00 MB 2,008 257
483,515 483,515 000000000000000000fd1c280a7b3cfb96bc8cd29c257b2a69aa8fa4e4a395c1 1.01 MB 1,524 309
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.