Memory Pool Memory Pool Refreshing

2,765 transactions
0.92 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
2 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,755 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (105,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
802,524 802,524 00000000000000000001a2a214a89d1632e11912d85f35b4908e18f591a91aad 1.90 MB 5,393 10
802,523 802,523 000000000000000000048efc2e736c14af82862521a5145bbfd4180a1e3a1530 1.87 MB 4,171 7
802,522 802,522 00000000000000000000443e19bf832c6b2c2a8789aebb151ab3f24e90d15a75 1.86 MB 2,347 10
802,521 802,521 0000000000000000000126ec24ec3d6fc0f47e198011836702e383648bcf25b8 1.69 MB 2,269 9
802,520 802,520 00000000000000000004d5b9528fa374c5f460558a4073eb1af3c638f6d2bd38 1.31 MB 2,383 15
802,519 802,519 0000000000000000000502a62ce67d6eabbaa88e0a6a74f7f98009a216bc1d22 1.42 MB 2,463 16
802,518 802,518 00000000000000000003966fcc08adef4818719508d2e07dc8a524ac1bd87ab8 1.46 MB 3,062 24
802,517 802,517 00000000000000000000fe84eddcb8ca62e503429aa2e7a822502bf729ffd9f4 1.45 MB 2,827 33
802,516 802,516 000000000000000000023941221051640580ba6d7925f10bd2c794b7180f52d8 1.58 MB 4,151 27
802,515 802,515 000000000000000000002771f78922af4b87ef707d918a706238297c88c5e683 1.33 MB 2,199 19
802,514 802,514 000000000000000000027cf16f85945a30c10c5d10f180e41b76a2be59e7c595 1.59 MB 2,793 23
802,513 802,513 000000000000000000032f646dd210472cfabc1002e96074cb6ef805f6b674de 1.39 MB 3,285 44
802,512 802,512 0000000000000000000312f0dacd01ca426106a903a0ffa9870e7ec93d237ebf 1.56 MB 3,540 29
802,511 802,511 00000000000000000003c4c50ccaab2d6c22e045250438c2155da11af39d0bf0 1.76 MB 3,560 7
802,510 802,510 00000000000000000002e704602eb5f4852239fe2959ba901b3b34ef3a34f6ba 1.75 MB 2,163 10
802,509 802,509 000000000000000000035937c882c1de04f1a175d5bf30b6b5083ddfe8822501 1.39 MB 2,440 22
802,508 802,508 0000000000000000000029868b7feaa610bfd39262376c5ac31cdd6b978cff6c 1.51 MB 3,900 30
802,507 802,507 00000000000000000003b1453f871d549b98888de055ffe2849215f8f95ca5c4 1.99 MB 5,692 8
802,506 802,506 000000000000000000049fc3569b7c51fec51211cc17f57c92e497e37be4f665 1.80 MB 3,992 12
802,505 802,505 00000000000000000001061b20599bd59f142d522f57497efad9c84fe76e3ce2 1.71 MB 3,102 22
802,504 802,504 0000000000000000000265156423b40f9315242f5aa39ac317439bf050a39630 1.99 MB 5,989 8
Previous 10 blocks ↓
Total Size: 769.09 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.30 GB sent, 93.34 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.