Memory Pool Memory Pool Refreshing

5,181 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,004 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (114,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,079 793,079 0000000000000000000049f07d29c13d44b6f31ed73b467ead690226789d9f29 3.16 MB 1,438 18
793,078 793,078 000000000000000000035896b98f3467756d302c999ded0a7878eb48ce08d474 3.04 MB 1,346 18
793,077 793,077 000000000000000000024270cda08dd991f50e0f7c3c5ba3b847a96997cea7b1 2.31 MB 1,563 18
793,076 793,076 000000000000000000037535bc02935596a3984f273925450c9f07045a26c6bb 2.05 MB 3,091 27
793,075 793,075 00000000000000000004f9d102c3434750d323940afe298a381c71666bc61133 2.54 MB 1,854 24
793,074 793,074 00000000000000000003c691e1a1ae982aaac7e1b39918c75839f8467ceedd09 2.09 MB 1,794 19
793,073 793,073 00000000000000000003a06b12ab44ee41346c637dfddb1788484111e715db96 1.87 MB 1,220 22
793,072 793,072 0000000000000000000453b32ae8f33842d1e356577fb03580b701a45ec5c80a 1.70 MB 3,479 42
793,071 793,071 000000000000000000034c1d0036c2b7e509f9dc8a95d40f34b4737b05b886ed 2.23 MB 3,011 29
793,070 793,070 00000000000000000002b329613311bb78f1a5588fd250ab0e67600b1eb4f475 1.74 MB 2,377 50
793,069 793,069 0000000000000000000449ab118e17142d046432144b98a93a9decd466e7b9f1 1.39 MB 1,411 19
793,068 793,068 0000000000000000000005e4c70a783f19df773bfd015ad6989861d5aec0c09e 1.43 MB 2,152 54
793,067 793,067 00000000000000000000abb48f21f9cf3b7749eeeac9f3a22b1549beec606817 1.52 MB 1,487 28
793,066 793,066 00000000000000000003200a4a4ade0d23fe89f6995325f38eb9161bc0e8a2ea 1.60 MB 618 19
793,065 793,065 00000000000000000002e57ad12f831b279e335f676b44adf5c435725f972f0d 1.80 MB 2,413 30
793,064 793,064 0000000000000000000425549d46b42bb1bc7082057637e6dccf102e7918daab 1.65 MB 2,011 44
793,063 793,063 0000000000000000000164d3da74e8574a2dec28da70029298cfdbc92fd71b11 1.54 MB 2,229 35
793,062 793,062 000000000000000000003680794100a31dd0ca7070cbc207569e5eb7cfaa4924 1.12 MB 612 21
793,061 793,061 000000000000000000004620aca844b20321496f3afe603539bdc3851271a6a1 1.65 MB 2,337 33
793,060 793,060 0000000000000000000237fe9441680adc1677c4b3268d0c04a758ee2a6986d0 1.59 MB 1,950 21
793,059 793,059 000000000000000000008b8477721ea34cd10b7279c30b8525be5a90eb7860b1 1.94 MB 3,091 22
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.91 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.