Memory Pool Memory Pool Refreshing

709 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 703 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (837,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,189 71,189 0000000000a6798a2d6ceedcbc12de590f31c8274f0713928119d967923f3cce 0.02 MB 2 0
71,188 71,188 00000000010b44a74687c2478ab04679b7d408825d7c0d633aad3979de3029db 0.00 MB 3 0
71,187 71,187 00000000009f0c3c9495d4ab4c7bd6afec19529f3d7f70810d74effb0a704e82 0.00 MB 2 0
71,186 71,186 000000000059dc948f09d44bb4406bfd8a71d45e00f3869226dd598ffaf559e8 0.00 MB 2 0
71,185 71,185 0000000000099858453a7b555cef11e8e957846eaeb5d1dab06e27384deb18e6 0.00 MB 1 0
71,184 71,184 0000000000f02d2126f18d1ad24745b04f7e5b0de07044d78c924dec4083412a 0.00 MB 2 0
71,183 71,183 00000000010483fb4f85d59b38b0ac6571778d4cbdd2271b2cded86c55a93358 0.00 MB 1 0
71,182 71,182 00000000003648473d63a09ce010fa960851553513d8970bc8fe5a0d67766f7d 0.00 MB 3 2,403
71,181 71,181 0000000000b649cbc3148485c963de996fdf1ed4604db942244ca6f2925fd7f4 0.00 MB 1 0
71,180 71,180 0000000000c3fb8c5bcfb3ef469159c1b674e652ea50b09aeda493ccc2df8507 0.00 MB 1 0
71,179 71,179 0000000000b78568fb7ff63ea3e8f3286cbe04c9a564c0ae835e65b287469d12 0.00 MB 2 0
71,178 71,178 0000000000ac6cef9372fbe7678d39ab81921e11e972a11da153aaa84a4dc6e6 0.00 MB 2 0
71,177 71,177 0000000000bac291ef5965fdbc9eca1a9d89a5ee283dd4a72b3861a36ed74807 0.00 MB 1 0
71,176 71,176 0000000000f289234243b4ac92dca63ddfbe2258c98fd79e8b9c5d18c6831954 0.00 MB 1 0
71,175 71,175 000000000044f6e70dd5eb6dc48c0037ea47003f2bd69bcdff1ab00f6bf4f8f1 0.00 MB 1 0
71,174 71,174 0000000000e64ef3f0d6c8261b197e6217f415d51ff3bb42b6f317b6a687ed95 0.00 MB 1 0
71,173 71,173 0000000000bd6cd1e6bf874c1a20e9a09773a2f440f7bdffc4cb9c27a644845f 0.00 MB 1 0
71,172 71,172 0000000000f18eeca8b844440a91abd517226508dc02cfb6c6ee91e876fc7f17 0.00 MB 2 0
71,171 71,171 00000000000590b09ae093689c2fa334d9b842db9edcdc195e3a314781c0e447 0.00 MB 1 0
71,170 71,170 000000000009c183e0d23e184efe70ae8ff2b974f00b0489d595b27868b7a39d 0.00 MB 1 0
71,169 71,169 00000000007bb9ddb8aa79d41c4c1d7de35b7c3b2810e8439013a52e2cb9c1ae 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.48 GB sent, 100.53 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.