Memory Pool Memory Pool Refreshing

9,981 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,157 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (767,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,115 140,115 000000000000010ff2bcc313a43d5480beb4e8ec2bffca0f0972baec7d7c4dad 0.00 MB 5 85
140,114 140,114 000000000000059ee522bfbe0c916a17a662cbe027478018acf181ed9214f6c4 0.03 MB 43 134
140,113 140,113 00000000000005d9e0350d36c81702aa2b329f531b98a0ccbd46be90451f5923 0.05 MB 109 47
140,112 140,112 000000000000082b29750741b3710ae0d55cc37833feeb32c41dbd93ad4a7228 0.04 MB 108 1,459
140,111 140,111 000000000000082c0915a465dd9e1c3d37ae6e49b6420e3d6171c7bb227d4282 0.03 MB 24 117
140,110 140,110 00000000000002018322baad65f90f71843690987b3695a58376ee84cf98b22c 0.08 MB 91 155
140,109 140,109 00000000000001758489c582f766a1647320e5222c45d402c74428af69d7b61e 0.05 MB 52 349
140,108 140,108 000000000000046f7634860846354c6a6cb86a26a9be719ea11d15e82e176aef 0.01 MB 34 9
140,107 140,107 00000000000005dc4cabdc199d48c161b3688b8a4df4f9770c17d1c48b2424a7 0.05 MB 96 124
140,106 140,106 00000000000000dce61ef50f10692027501834e994fe21a48c49f310a24e2189 0.01 MB 25 0
140,105 140,105 0000000000000000349ba18be90b92616e322b19ebd5d4e94f44a1bcaf6a1c89 0.02 MB 29 41
140,104 140,104 00000000000007525ee4f391f75a6545e8616f5c42e903a7e7a5ad2d875df5df 0.01 MB 11 325
140,103 140,103 0000000000000291e277f4f89c03860e477bbf9053d31b7683a0358d1f8d920e 0.02 MB 57 100
140,102 140,102 000000000000079b723782547c5e4dd292093e4a1d7be840a8bb381e8f637e47 0.01 MB 31 25
140,101 140,101 0000000000000817f0766cc2c4cd0c353113cdd0c5f642fb8aaeb92266d90cec 0.00 MB 9 62
140,100 140,100 0000000000000000bd4c6139e78aa472bfa22e33953986092e77cf60340a61b8 0.01 MB 13 212
140,099 140,099 000000000000029de30932e0e847a626e6d6d8eefd9956050ff20df5113c1ebb 0.00 MB 3 0
140,098 140,098 00000000000006263ddaa981723d51c4b4cf7bb43e69014bfdbd6ce4ab077f9d 0.05 MB 122 6
140,097 140,097 00000000000006e59aa7b2c8ff928c2dc1a94d2556a02cab2cb8ee309dee5c7f 0.00 MB 11 169
140,096 140,096 0000000000000114a96a2c30d878cffacd87e6d3530614e158b5bc04964defc2 0.04 MB 71 106
140,095 140,095 00000000000001dd37833f08ea69550b34d1066401464f4f76d5f830918681f9 0.07 MB 133 202
Previous 10 blocks ↓
Total Size: 769.03 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,625.68 GB sent, 93.04 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.