Memory Pool Memory Pool Refreshing

3,077 transactions
2.39 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
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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,076 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (768,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,085 139,085 000000000000074133ee0672a74007e9d9755825f703631c6a194ead60c3ce5a 0.04 MB 124 109
139,084 139,084 00000000000000e7b27eff8543ec3debb8aee0e187a334b760898939fc1e5bd0 0.03 MB 54 552
139,083 139,083 000000000000024438a642cbbfaad91bff646b06aacc2504f780f061ff198b31 0.01 MB 12 43
139,082 139,082 0000000000000040ec2d520cff2a6b3921e4849182a2f12a7c1bce73659aed93 0.01 MB 21 309
139,081 139,081 000000000000079182d4f82823e43efaa99cc7e9056ed5dddf4e695f78a7947c 0.02 MB 31 100
139,080 139,080 00000000000001fd27fec9f288cbf7d3ff984f9cad01f49054016160d06a7f7c 0.02 MB 25 172
139,079 139,079 000000000000043ce1898f033c2748621ea41dfcae337056b467d0d6aefe0c49 0.00 MB 8 561
139,078 139,078 0000000000000005dfac09d12a037ed23c41424f0bb42ff2e9e3af3e143b237e 0.00 MB 6 63
139,077 139,077 00000000000000bcb7336aeca83701a5e69dd31aa71aae137ff704841abe95b1 0.05 MB 148 58
139,076 139,076 00000000000001f39f37d86c21cf1350e16a0a81f13195a85cc9c48efa4e2b69 0.04 MB 91 312
139,075 139,075 00000000000005aaf949ccd401b57acf967176c3a925cbb578146ee25e14bf2f 0.01 MB 19 573
139,074 139,074 0000000000000266d0b5ddc2048d0cf6e360456ef6e8db1d1ad9dd8b082145af 0.00 MB 9 438
139,073 139,073 000000000000042fc5649d50038f0f37a5d62a5e61e8ac960de40c22220c32d8 0.01 MB 21 457
139,072 139,072 0000000000000007b7b1bde407a6cd0c1b11f329bb56502cf6200fb48108ceb1 0.03 MB 65 421
139,071 139,071 000000000000029a8ea7253166589973e8f88abbc75a5d2055200e6c1d9a5a24 0.00 MB 15 319
139,070 139,070 0000000000000958f7f2fb98a827668971ef59a3d4083f55268dd67a54d2c069 0.01 MB 11 365
139,069 139,069 0000000000000631d03f0e5bc29698699f729e43e9c669a10e3313933ca95a62 0.00 MB 13 91
139,068 139,068 00000000000009ca7f80db81f61c4a4577b8494cc8676baab68b6c727b479b1a 0.05 MB 119 118
139,067 139,067 00000000000002e46675ec92f65a50cb5fe896c6be901acc7a7306dcb6c216b1 0.00 MB 10 87
139,066 139,066 00000000000000197d5590599ac94df9810eb1229eca97a032f30c33bb149b25 0.00 MB 1 0
139,065 139,065 00000000000003b042a353d5c62cf67a30dd7e53dac52e615b539f67541ebcdf 0.01 MB 18 304
Previous 10 blocks ↓
Total Size: 769.17 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.40 GB sent, 93.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.