Memory Pool Memory Pool Refreshing

6,806 transactions
2.58 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
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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,527 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (61,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,351 846,351 00000000000000000002b43304af5ed83e501c5671454b39658bc82f321baad7 1.69 MB 3,955 23
846,350 846,350 000000000000000000035215e82c73e5663cb61337ec1de06a15c8c9a6ec8586 1.50 MB 5,203 21
846,349 846,349 0000000000000000000013f8a9dbeafef189426e39b43e8d8644912d9801b000 1.69 MB 4,928 20
846,348 846,348 00000000000000000001cd52690c0d34ee0bd0a88d251fad022f1ae07356ea3b 1.65 MB 5,971 14
846,347 846,347 000000000000000000033e6083fedc86acce1452d83dd29e5b56b0e5d635524d 1.49 MB 4,034 25
846,346 846,346 00000000000000000001095a3185a884e20f3f521a662531c637d073f98fd800 1.52 MB 5,480 18
846,345 846,345 00000000000000000001123498dfb0fdb238367b9659c4439152f11f3d02fbe0 1.75 MB 5,646 14
846,344 846,344 000000000000000000002f17e04dba6289f51e7e845afa8cb6d6664343649b30 1.90 MB 7,351 13
846,343 846,343 00000000000000000001c718fbb1737a030e4bbd68cfd6305daa133696d7e33c 1.69 MB 5,662 16
846,342 846,342 0000000000000000000214fd99ea8a1c31d1ae662e630d4d80cd77e36e0030c0 1.55 MB 5,299 21
846,341 846,341 00000000000000000001604e7ed0a857973faa8ade6a241b3e35f334f3f0408d 1.57 MB 5,325 15
846,340 846,340 000000000000000000018ad5ec5781d6834e0273d44bed61d9f081e94750a695 1.52 MB 4,831 23
846,339 846,339 00000000000000000001768d7a5bda4946cd8dd67def3c714377dd4774a846fc 1.48 MB 5,795 20
846,338 846,338 0000000000000000000153dd4f4c39b2c6135f3a2f621863a2b76b9de985ad43 1.53 MB 4,098 21
846,337 846,337 0000000000000000000113856888115eb8bdc729fa3043054f5aa8a4b47ffc18 0.00 MB 1 0
846,336 846,336 0000000000000000000268b5c17cac3adde08ca3783e91060d1510af74486c7b 1.53 MB 4,024 23
846,335 846,335 00000000000000000001d757727cf1fd261a3409e8adce9bb918dd1e88cc8693 1.57 MB 3,906 24
846,334 846,334 00000000000000000002a3758a946afd46fa5e5ea9f007deb9f3d2a9c2d365f5 1.84 MB 7,227 14
846,333 846,333 00000000000000000002a265d139ae850fbee7289f13b7aa7029ad3dcdf40ac6 1.56 MB 5,671 19
846,332 846,332 000000000000000000011aebac61aee6f3f29a433f281a0e6cedb1749c78935b 1.52 MB 6,801 14
846,331 846,331 00000000000000000001a3c5150d6143318feb5bbcd567f06da3b73889b1040e 1.59 MB 4,345 23
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.