Memory Pool Memory Pool Refreshing

13,679 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (223,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
683,828 683,828 00000000000000000005f630e905257cda34660de77f76a6e1431196185b03f0 1.87 MB 47 3
683,827 683,827 00000000000000000000c543eb402db216673eb56865ab2c3186e15bdf32ec4f 1.70 MB 636 12
683,826 683,826 000000000000000000041d313e06cbd55f28003372118dfbc59c0ee5b48d9775 1.60 MB 1,245 18
683,825 683,825 000000000000000000051e4d8fae353da9485642d938ab2692c9bdcfc92d8505 1.31 MB 2,332 27
683,824 683,824 00000000000000000000369b900b6654d28b0bbb2665e3b60b7a94724906f930 1.30 MB 1,261 20
683,823 683,823 00000000000000000007bf97003dc4c9712c94e7f40f82b6ef27f89366f32819 1.32 MB 1,653 23
683,822 683,822 00000000000000000008b4e52175d7fc0cfea559fccbd0fefb5bcf301e6cdf73 1.20 MB 1,192 60
683,821 683,821 000000000000000000045569876088a186a9d3964b19aaeb1e0dae39370507b4 1.14 MB 1,001 65
683,820 683,820 00000000000000000003bbd2a7d7b820ff4debf2b77219660054c76a56f7b1a8 1.58 MB 978 19
683,819 683,819 00000000000000000002a339a430acbddfc1a3840ab2e84f37239583f0c72392 1.39 MB 1,623 17
683,818 683,818 00000000000000000009f0b21a04972c277a47cbb0930548632c8598b762dd7a 1.54 MB 1,740 50
683,817 683,817 00000000000000000009abc5750b46ab29052791beb023af1a61acc2bbefb22b 1.52 MB 1,624 28
683,816 683,816 00000000000000000009f53b9371ac9b1ccc71c1390a202c4fc9150c4333209b 1.44 MB 1,656 12
683,815 683,815 000000000000000000003d46dca55d3e9ff3bbefa544b96725b9301ef1ed5385 1.40 MB 2,009 35
683,814 683,814 000000000000000000031151b72d7035b990303baef7f560e7ddebaccfef269b 1.35 MB 2,277 70
683,813 683,813 0000000000000000000971ca6940c6de4109e9cfaff9987670f7126912917b86 1.13 MB 700 14
683,812 683,812 0000000000000000000a52d2a5635867e24c2ab80ce8e00c8bd4064d08ea80cf 1.16 MB 1,018 4
683,811 683,811 0000000000000000000a373815cdf90e4b23b67fb67d8e4104bbd9316c8bdd74 1.39 MB 1,922 36
683,810 683,810 000000000000000000028d96de607516a17bfa0db29111335b50063d4cba934c 1.29 MB 1,351 42
683,809 683,809 00000000000000000003676178f0305639ffb0630371f24ad34ae4a972c23131 1.24 MB 1,841 73
683,808 683,808 000000000000000000083b0e697c20bf1e17d489155e35cb4b675f877809a94e 1.21 MB 576 7
Previous 10 blocks ↓
Total Size: 768.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 1,614.60 GB sent, 92.58 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.