Memory Pool Memory Pool Refreshing

5,579 transactions
1.84 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,554 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (611,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,943 295,943 0000000000000000a328d941c1b0dd3e7784a48b36439ba74c2dc34e54160317 0.02 MB 67 31
295,942 295,942 0000000000000000adfe890f4c33801b26fac05207747652d8c311244e59a6d0 0.29 MB 434 39
295,941 295,941 00000000000000002cda160c4452e7ad5252453a969dc6ff9b6e9e8bb584093f 0.00 MB 8 32
295,940 295,940 000000000000000052610394fef64acf4db0668c6cc0ea3ec465f44eddfb65db 0.08 MB 97 9
295,939 295,939 0000000000000000a5344e5239e17ae8995d3c7c1417b38d0dc1e047595a3807 0.10 MB 201 44
295,938 295,938 000000000000000023524d33b27b7ea7135332b32853a7582cf504e20644ea48 0.06 MB 144 39
295,937 295,937 00000000000000001b4fd2aaec801ac068ea2a39a4b9f9eb16569a69c6713d6f 0.31 MB 550 33
295,936 295,936 00000000000000001179ce5490d2ff833c0afb1799b6beb0981096c9800002c8 0.11 MB 141 56
295,935 295,935 000000000000000005ea1ca8a944a574826bd856b83a29871f46c8e2a2323deb 0.90 MB 1,180 22
295,934 295,934 0000000000000000a89d601cd42705cfe8a25b6546ed892309c67e5a197e3fdb 0.35 MB 882 51
295,933 295,933 0000000000000000937bdca5485b8a02da4cbfea74fe982903a2da1ba8537866 0.50 MB 1,320 51
295,932 295,932 00000000000000007c96e24447c2ea9c1a6028b6ac028fd1ea8b4095f77748d1 0.02 MB 37 19
295,931 295,931 0000000000000000963a7d313cbc34c60c360904ce51b7f3729c7e2077970be7 0.17 MB 142 24
295,930 295,930 00000000000000005b762de799263eed8a625842a606f93b2d51b8a0d70ede9e 0.32 MB 565 37
295,929 295,929 000000000000000062366c42ebc6a36d5fa3ea31cf3d2088b2ec048988339e8f 0.38 MB 177 27
295,928 295,928 0000000000000000542c90778b253146c29b6f2afb938d1633f494e79271ee82 0.25 MB 553 36
295,927 295,927 00000000000000000ac2508fb687f70f305646c35d01ca39a88466e90a877ee7 0.35 MB 442 22
295,926 295,926 00000000000000005e5c62b97abd49ec36a12ce500ec0ffa0a37c705d0741141 0.35 MB 764 77
295,925 295,925 000000000000000085139acc5485025f218f6cd8631950a879d23bcd19b54cfe 0.06 MB 64 20
295,924 295,924 000000000000000084c131249aa96cdf58c6c763f36a2244d487ee0cd51acffd 0.25 MB 512 40
295,923 295,923 000000000000000063a11ddb67ab931a10a9e53c22a73d59fad4656711c05745 0.12 MB 256 64
Previous 10 blocks ↓
Total Size: 769.27 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,635.41 GB sent, 94.29 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.