Memory Pool Memory Pool Refreshing

7,144 transactions
2.35 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,774 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (610,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,059 297,059 000000000000000076405b7b7dba2897c5af55d5bc5ae2eaae81a8d3f68b3513 0.14 MB 337 39
297,058 297,058 000000000000000036e1c0d9545963cdecb990d35336bf43a6a5d6be5541dfeb 0.04 MB 106 38
297,057 297,057 000000000000000041961834bf889ab3c18f670bc96ebc53ea664f1d74288098 0.30 MB 480 27
297,056 297,056 00000000000000005c9e2cd747ac9ea58bbadaec32242c8a15df93b976520c22 0.17 MB 512 61
297,055 297,055 00000000000000001dfa40e152ee35713cc03aff8d317c19699ea0d049226b24 0.29 MB 575 40
297,054 297,054 000000000000000040fc94d8898f15f87402b6310c1292db5471ff086c891ac9 0.05 MB 103 35
297,053 297,053 00000000000000007abc88dedb635663bac1df99933d22a64bee9ff71d1b595e 0.04 MB 60 26
297,052 297,052 000000000000000069c480c1f7dbe1e52f68aa2f228c15eb39259147cc26c243 0.09 MB 204 37
297,051 297,051 00000000000000008bdcc4b0fb3a75de8cbc51a0407c2153112eaf0201b9274a 0.07 MB 168 37
297,050 297,050 0000000000000000276d3049f9dcbfb8b6171d724945cd155a761b0c3b9acfc5 0.14 MB 233 31
297,049 297,049 00000000000000000a6954586b74dd0dfd36e733121255de47d3e32c3e599c8d 0.06 MB 147 48
297,048 297,048 00000000000000005cdaeb9bbe62314a9ae8a14764e3058c86142bdf1a253081 0.15 MB 307 37
297,047 297,047 000000000000000026cbf6b18fbd1cf20a1449f4e51b8eb77a0069c12554d8e1 0.36 MB 317 21
297,046 297,046 000000000000000008fa7de031e64cb8569fa6d3d172682ad78a46114044e0ac 0.03 MB 64 36
297,045 297,045 00000000000000006f2a12ccb239489007de11c6c5ea35ed6ec5cbba6255223d 0.16 MB 376 46
297,044 297,044 000000000000000096fc5d4e1d76de528945c5b88eede767609d40ff4e5cb219 0.17 MB 434 42
297,043 297,043 00000000000000009c0ebe53ced9f137c4ea8ed750c7824fcf6a2d7deffdd522 0.16 MB 345 42
297,042 297,042 00000000000000004a67396efa75f530acff8f49eea399bb62d5330e51bc9a8c 0.05 MB 82 29
297,041 297,041 000000000000000018f8f071e324944c2693ffa21b491ba5dbb6d50627f2f8db 0.10 MB 198 34
297,040 297,040 00000000000000007f861e6d0a39eb3095cfeda5968575ce2419b56992c75971 0.04 MB 40 20
297,039 297,039 000000000000000061e312625e3a8da3e0a895944e7db0b75d1f57a609157b2e 0.01 MB 16 27
Previous 10 blocks ↓
Total Size: 769.25 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.16 GB sent, 94.18 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.