Memory Pool Memory Pool Refreshing

4,005 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,619 (822,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,680 85,680 00000000002e4eacf2a7999f4a0a74b0dd5d6788ad1f870849a9572de4b9d804 0.00 MB 3 0
85,679 85,679 00000000001b1a14a7c7d95fad5d88dcf5147db717b60c5ce48f96323ab8bcda 0.00 MB 1 0
85,678 85,678 00000000002190ab8cf5156d996d90a4a3d67bb322b8df78460ccd14bd915505 0.00 MB 1 0
85,677 85,677 00000000001b92405859013958d0e0fb33c1b72258966fbfd798ab83172d3452 0.00 MB 3 0
85,676 85,676 00000000002314561e3544ec76ed2fd7bb9c8bb1b8ce52507ab543c9484007be 0.00 MB 2 0
85,675 85,675 00000000000e82e1c92b04d395513a0b4081c8809d87ef14d719d7c11c070d6a 0.00 MB 1 0
85,674 85,674 000000000018630f11e9b7b1d2a44fcb0d2291d914e353eea65027fbd3f3f5fd 0.00 MB 1 0
85,673 85,673 00000000002ac972adc0436305c18b9d0364b568aaf5916bb7f1273bad3ecfe7 0.00 MB 1 0
85,672 85,672 00000000000987232b0e03bb19ef00457bf456711b88a257a9650ce47c2ae32b 0.00 MB 2 0
85,671 85,671 0000000000106f1bbb6c508da820a9b72154fd67d351a06d7c61bf5cb62b99cb 0.00 MB 1 0
85,670 85,670 000000000025dd509510a4d06ad4f25bb57e2ac617c74c6d087acce51b7e232f 0.00 MB 2 0
85,669 85,669 00000000000062b7c15d36c91524f45de26ebbc34cfad2c745a22c3578d1afd3 0.00 MB 1 0
85,668 85,668 00000000002b00406ba488832e0a5d626a2f346daad6db7e01bf0115948501bf 0.00 MB 2 0
85,667 85,667 00000000001410b34fd1bf7234b958472042ec1e4c2031dddd652e00cbdd5cdc 0.00 MB 1 0
85,666 85,666 000000000009f58b6ce933bd2e6a5bf460d110f3f31826c8b36bd74d7ec36284 0.00 MB 1 0
85,665 85,665 00000000000b15df01cb053f03ebea93c4ec54a938da0c0209626a2ee818ce73 0.00 MB 1 0
85,664 85,664 0000000000217f699648869f009bc2f40748a1bec0c64b99684c4d5e0c9ef9fd 0.00 MB 1 0
85,663 85,663 00000000001597c495960e292125244e8b1b16ad636ad2827b383c10b956e3c9 0.00 MB 1 0
85,662 85,662 0000000000167c93f4c8788fd8127cef8e051b36750df4da107c8eb1983a2398 0.00 MB 1 0
85,661 85,661 00000000002300b3fe645e4d9292ec63fe016f9d986512ced52d024518a3031d 0.00 MB 3 0
85,660 85,660 00000000001b516c12519a6bda15e08ca49352d47793f08d649625d4ee6eafbf 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.08 GB sent, 101.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.