Memory Pool Memory Pool Refreshing

2,132 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,015 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,114 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (795,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,924 112,924 00000000000094b7034990c9ec5f5c8801dbbad7500414185f18c6d632b71d93 0.00 MB 10 669
112,923 112,923 000000000000adc255de335098eb255ff240cce5e950e1842e90dbca3217ad8f 0.00 MB 7 1,772
112,922 112,922 000000000000695f916ef2cee970b53bc94b5d34b441946ae846d602c9c38b5d 0.01 MB 22 318
112,921 112,921 000000000000b4e2d528ff1170888223644c12b5ed9229d0eee88b5be6977fc7 0.00 MB 11 1,165
112,920 112,920 000000000000dc182a5ff03ab45142027e7adf0f1d2b0567ddf097c523d84476 0.00 MB 6 1,290
112,919 112,919 0000000000007be45f5c90088b34590a11677a8c95a4abd317298892f4661846 0.01 MB 38 0
112,918 112,918 0000000000002688c5ef3c28b6f98fea10ec6b9fee783aa77a1fb342ae00cc1d 0.01 MB 25 461
112,917 112,917 000000000000d22cfc373a95dee8643aa1521c78828c4c00e8dff5287c603815 0.00 MB 10 740
112,916 112,916 00000000000022e19c5175a43cf65182084e988c4894c2c8400a5dd498450fd1 0.00 MB 9 0
112,915 112,915 000000000000128817e7a4bb7bf1a13769d10f972d01470b33b6c41328196ba0 0.00 MB 6 606
112,914 112,914 000000000000c635a414753eca782c59aae8dfadcdc773af063c500f779a7b83 0.00 MB 7 0
112,913 112,913 000000000000467e6eccc598e588200cc09c09a7946f734803269fb84a9f3fbc 0.00 MB 9 298
112,912 112,912 000000000000708de01d7172c555bc6fdcc54ee5252c7c5345a850d533ea5454 0.01 MB 22 574
112,911 112,911 0000000000007b20d55dd7c6f60607221e7b8f15eeb9757f50b1608064fc67fe 0.00 MB 11 323
112,910 112,910 00000000000047acf12b3d3e02f9ff07c33fd547aa14d80876a5f8bfcc8e78a5 0.01 MB 18 597
112,909 112,909 0000000000000e58fc0dd7114a6f8f7daa2f3b0ef4f49c898841d0105bf89b0d 0.00 MB 7 439
112,908 112,908 000000000000225ef8fb92188ba3fa53427eb1645c0588ca3176ecac9e24ad5e 0.00 MB 7 486
112,907 112,907 000000000000a19c7b0133bc5586ff750ee5554e02cb36900d3aabaaa63d62af 0.00 MB 9 0
112,906 112,906 0000000000007996c29d03389c6beccf6a8d927c5d57b710e7cd510d980eba3c 0.00 MB 11 1,212
112,905 112,905 00000000000084a1acc8c09f0c6b00c7aa671682a4fb2fe741fe4fd93911090c 0.00 MB 10 310
112,904 112,904 000000000000540d23de29363e89cf8bb34771eb54efa6142a7650992a366a4c 0.01 MB 23 346
Previous 10 blocks ↓
Total Size: 769.57 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,649.96 GB sent, 95.79 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.