Memory Pool Memory Pool Refreshing

4,750 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (548,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
359,439 359,439 00000000000000000a3779771d72d1b02c5ddcf9e70ab109a5827c30f9e15ff1 0.08 MB 141 26
359,438 359,438 00000000000000001002ab0e4d137ae89d5142f39001456b2a1d4837046b3bd8 0.30 MB 542 23
359,437 359,437 00000000000000000f5c0da03f4aedeefe266d906b0861d1102f52cba43a0057 0.07 MB 130 24
359,436 359,436 0000000000000000065058e6b3934ee8e1ff5cfd5d425d74e7cafa542f87098e 0.35 MB 569 21
359,435 359,435 000000000000000008bfd35d68825a2a5d004d038713f617f202fbef20da100b 0.10 MB 170 24
359,434 359,434 000000000000000013d9b0b931927388b19dcaa2398efa4b7dce663ce1a21bf9 0.41 MB 640 22
359,433 359,433 00000000000000000fef564b8f07580f6b23147089bf6860c28e7f5a7135a4e0 0.31 MB 501 15
359,432 359,432 000000000000000015638328c75f553479b99630f8c2b4f92e777205fc1db9b2 0.14 MB 192 8
359,431 359,431 000000000000000003889e5c5836be6a87c77b83001fdbdd3baa2fce6ff2c98f 0.60 MB 821 20
359,430 359,430 00000000000000000d4210e864ec49bc39fcd5344f19d4e2a3238b6e8bfb8c99 0.75 MB 1,179 78
359,429 359,429 00000000000000000dc191681af33919e096b0a6dc5ad4517a15895910fc3a60 0.75 MB 1,023 20
359,428 359,428 00000000000000001150ee73ef25c8c72b87a8fe7bbbd8861233d6e848cd0739 0.90 MB 2,360 37
359,427 359,427 00000000000000000273cd91c8936f10a179a7c8ce0bce702b43c7424c8ba597 0.66 MB 1,404 28
359,426 359,426 00000000000000000278e9ed024ab246a5e438230a1cca2f0e3f64ae4badd403 0.68 MB 1,458 27
359,425 359,425 000000000000000011a6df27eb374f2ca67cf0d0593413584c33fbce6c1208a7 0.92 MB 1,276 20
359,424 359,424 0000000000000000007e36ed9d4aa715922905cf959d2b8558abf47665259099 0.75 MB 2,112 38
359,423 359,423 000000000000000013bbf00f22fe8a91e04c1d1f197f1bdf10df787745dc7b59 0.05 MB 146 33
359,422 359,422 000000000000000009c5f750f4239205a8a1315fbc7bcf4ca715b145d20ff138 0.00 MB 1 0
359,421 359,421 00000000000000000d0bcc79c679c578b2c557f204ea6d0b86a251bd05d08153 0.52 MB 1,226 31
359,420 359,420 00000000000000001106d800831fdbf9277d37eaf5e5ab773fa4da513c073af2 0.46 MB 819 22
359,419 359,419 0000000000000000162eff9f956651e143e8e0df041eaafb57a526128fe771dc 0.75 MB 1,242 24
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.