Memory Pool Memory Pool Refreshing

2,867 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,879 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,394 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,878 (8,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,356 899,356 00000000000000000000a18c0f12f147dbaaf5479995eae160867535621e12f0 1.45 MB 2,828 3
899,355 899,355 00000000000000000001a94a91c983d34699529ace62a3f6b499b641aa28d287 1.72 MB 964 1
899,354 899,354 000000000000000000013a5fe454bffe5b2c1ee406bfdd85d5ca17c366d1826e 1.35 MB 1,625 2
899,353 899,353 00000000000000000000db8c7e638866e5d0fb2fd1b9381c6c4ae700e919564d 1.44 MB 1,806 3
899,352 899,352 000000000000000000004f4824c91f1c613cefc90aeeba21e7ba7051af84aafb 1.27 MB 1,350 1
899,351 899,351 000000000000000000019fef0ac509cc422e267e413247f0b6c7270f782169a8 1.65 MB 2,709 3
899,350 899,350 000000000000000000019d3ba9285ab969ee251763bb09b0f5265cd30554a93c 1.45 MB 2,049 2
899,349 899,349 00000000000000000000a7f788d3f21c28fee66291fbeb13944119811f121812 1.70 MB 2,693 4
899,348 899,348 00000000000000000001c7a0eb42dc8af0bf4ad1bff5326d5d72c6f0ba6cee07 1.05 MB 86 1
899,347 899,347 00000000000000000001dd79cf8a54a4601101485c682e6de6977349e8b5df11 1.02 MB 158 1
899,346 899,346 0000000000000000000165066b563dbacf9643b3be8879527da4437302d732cd 1.25 MB 726 1
899,345 899,345 000000000000000000021beddfe4e64095bf57fc044d5a5449ed027fe6b0a1f7 1.45 MB 2,699 3
899,344 899,344 00000000000000000001c209b3227672df22743037d0ecba797534237b6f4e8e 2.02 MB 551 1
899,343 899,343 000000000000000000018e44fcb44094dbc677a6b0f1dd3c510e5739684c7a5a 1.53 MB 2,437 3
899,342 899,342 00000000000000000001b91352a02efa190060a0bc1c24087522a74a0f3fb510 1.28 MB 2,200 1
899,341 899,341 00000000000000000000f1e538cc23f4f3ffa528fdb0d62b26f3f2ec960f33ba 1.42 MB 2,722 2
899,340 899,340 00000000000000000001b884cfbd388a21676c55b7e54dad81d40cc68df60aaa 1.60 MB 3,754 5
899,339 899,339 000000000000000000003551ddafd8bbe82b413b3b583ec13533d2a9337ac9ad 1.77 MB 2,599 1
899,338 899,338 00000000000000000001c72c5dbbfbf26f37da619e88affd8dc549d409e06529 1.50 MB 2,342 2
899,337 899,337 00000000000000000000836f1b85992d0b4761f744381a418e533b8ac28cb552 1.57 MB 3,544 3
899,336 899,336 00000000000000000001d1cd9fb57ab5acb300462ecc75da000e6d3f9ad8ae85 1.59 MB 3,084 2
Previous 10 blocks ↓
Total Size: 769.31 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,642.88 GB sent, 94.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.