Memory Pool Memory Pool Refreshing

2,769 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.77 vMB 2,736 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (717,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,095 190,095 00000000000000cd2ab2106a083b710cbfb683e2c878d70f8421d3c6f4471535 0.11 MB 305 157
190,094 190,094 000000000000083b5a962f43a8a6cc1215d1e299d73e43e0c58583a44d4dd924 0.08 MB 158 100
190,093 190,093 00000000000001f009f6ca824eb8a866efca6806b3b77790b1f6433e59222f95 0.05 MB 58 111
190,092 190,092 00000000000002c0c645e862731b610997c2d748b6d1784d987b9753c74b32ea 0.04 MB 77 96
190,091 190,091 00000000000000ebb99a091d7f3a9b0f9a7673f31aba51739fcca294de9e380f 0.04 MB 106 120
190,090 190,090 00000000000001ed86e14ee38ce9216777bda85b564c7e09d7de5d88904417ec 0.03 MB 68 156
190,089 190,089 000000000000056de35ad931128e2eea486b02455719cdd063636a6a164df976 0.02 MB 57 125
190,088 190,088 00000000000005c797825ab1a4da5cbfa0cf58df27de87f1e9ed9659b0c3096e 0.08 MB 121 131
190,087 190,087 0000000000000733b79a6f571ca93f546fa37d71ec1bee55f9a843ab0eea210d 0.04 MB 56 72
190,086 190,086 000000000000047c0f7453161a48862c7092d54c9048d5bdbfee4b0353afa514 0.21 MB 475 121
190,085 190,085 000000000000023b8b368af2b33387562b2ab2f39d1eb883ca64d04b007e59a0 0.05 MB 118 246
190,084 190,084 00000000000000932f58378308605b556d82da0f2621f87de79365ed3ac8fc85 0.05 MB 114 66
190,083 190,083 000000000000042f40ffa9e9c43c160ebe9e4bb56f993d9f150a503cb547f3d5 0.08 MB 154 93
190,082 190,082 00000000000003a497c166614a88cf6a1258f5cb3c547a862748400d967d5d7d 0.10 MB 183 133
190,081 190,081 00000000000007f6ee9db3dfe9f6536ffcda34472912e9fca673abe324a1b550 0.12 MB 140 99
190,080 190,080 00000000000004448a5e6287e138d69997f562582fcc4e64eaed7e90837efd4e 0.12 MB 364 138
190,079 190,079 0000000000000493ad20a4a8670b96a020121d7010544081d242d540239128d2 0.04 MB 64 86
190,078 190,078 000000000000089c22d6f13ca9cb80480382e23ab4a111a3c8704ef5049bdb47 0.01 MB 25 110
190,077 190,077 00000000000000f22b22b7c9b19cb23ed411e16369a7641308e83282e3edbfed 0.00 MB 12 33
190,076 190,076 00000000000001d4650872b2bf2e7f5bdb28e48ab323233bbf675b6cb2f75bbc 0.09 MB 235 130
190,075 190,075 000000000000032f48984c7c44ee336b9119f6359cee5e9f0d9896c2f7ab03a1 0.09 MB 125 93
Previous 10 blocks ↓
Total Size: 769.08 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,628.23 GB sent, 93.30 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.