Memory Pool Memory Pool Refreshing

4,180 transactions
1.23 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
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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (58,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,207 849,207 000000000000000000026a9d7c56b8e2798879c3130ab3ed77d63cdac495b3ed 1.57 MB 3,698 18
849,206 849,206 000000000000000000004c682280c5eea5debdaa5233721e557ea6119bc7ec98 1.68 MB 3,560 13
849,205 849,205 00000000000000000002023e07122fbe4d277815997135d170a0be3cea009964 1.64 MB 4,405 14
849,204 849,204 000000000000000000027a72eea816a1d2b84fcc9d03fd85a49ccb63374de921 1.62 MB 2,565 8
849,203 849,203 0000000000000000000124ee69804a853d7a9cc27d67438fd248674ac9919d18 1.51 MB 3,538 11
849,202 849,202 000000000000000000017bee67430ce6b547af1dba98e6498f32001c80548d7d 1.62 MB 4,074 12
849,201 849,201 00000000000000000001f3d2b9c875149201a54b0801595f8971b6c423f78ec8 1.65 MB 774 8
849,200 849,200 0000000000000000000300812b386787e5b391fe3e727e6858aab8f4c4217746 1.69 MB 3,599 9
849,199 849,199 00000000000000000001f3c892b53d576078c08ea542a76b03a2eae6a93298aa 1.46 MB 4,409 10
849,198 849,198 000000000000000000002dbcefbd356193e9d9aa3eab150de62477e1cbabb871 1.49 MB 7,107 8
849,197 849,197 000000000000000000035a3268b936cc959d49c911e1e4d8b551593f20d79747 1.62 MB 5,689 9
849,196 849,196 000000000000000000034a332d8d36ae00be021f677893fd418db2d68b1d3079 1.51 MB 3,742 11
849,195 849,195 00000000000000000002600e7c582bbbbe2463a977697179cb4c189a77378de1 1.68 MB 6,067 10
849,194 849,194 000000000000000000009c093ac5a87d1dbf4827dba52efb1d358962e03ee997 1.67 MB 7,011 9
849,193 849,193 000000000000000000030c1edd89284c1fa6c960b855737c58c9843a1c2c3831 1.66 MB 7,490 8
849,192 849,192 000000000000000000021e74139e95f87020528f341550bf46d9996ba7e09518 1.65 MB 7,018 9
849,191 849,191 000000000000000000016179040d35c3549ceb795de213e7e2cca9bb360daf3a 1.72 MB 5,631 9
849,190 849,190 0000000000000000000306d8b7e2c5a35deaf8d92397fb7032419f4cc33e9bbb 1.63 MB 6,026 8
849,189 849,189 0000000000000000000024ea7025ffefc0d027fa00d87651ffd965c9baab0ae0 1.71 MB 3,607 12
849,188 849,188 000000000000000000018baf7f0f07be5eb3bcf96e7f3087bc689e5e2092bc45 1.58 MB 4,823 12
849,187 849,187 000000000000000000005060514bb1c6b57f7cdb26bf4794ef195430c5172b91 2.31 MB 3,743 10
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.05 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.