Memory Pool Memory Pool Refreshing

4,415 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,620 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,473 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,619 (816,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,067 92,067 000000000006f9b809365a295225ec109b1e76fcb16f040bed626211ce9ce7c8 0.05 MB 187 0
92,066 92,066 000000000005636a05402caa5e3e22850face70e999c987751cc29f258207b1b 0.05 MB 194 0
92,065 92,065 0000000000099d563ed6a67f916135692c8f7e33534806f0bf755b5c94e119e5 0.05 MB 195 0
92,064 92,064 000000000002ab79ac63c93855db748702b58d960da452fd8db48dedaa704676 0.01 MB 33 0
92,063 92,063 0000000000038d914a072b24077c013d74470d3f804cee66ab973ef659dc912b 0.00 MB 6 0
92,062 92,062 00000000000a26736752de2b713e6c6dd882cbf0e78c8183eb817a298875486d 0.01 MB 9 0
92,061 92,061 000000000005418bd82753eb7119506ef911850f021fbe0384d87a7d6785009f 0.00 MB 1 0
92,060 92,060 00000000000d816be2a7ee0b2b3dc62dd246d43935b5f2ef814aa99a2ce4a3ee 0.00 MB 2 0
92,059 92,059 00000000000bca092af90b8f37e91a098b6ba64c956b5ba7dfa19f0183448e29 0.00 MB 6 0
92,058 92,058 00000000000385be87e7d71d0594cf5fc64e00cdb33a12bd8b3a8409998917e7 0.00 MB 1 0
92,057 92,057 000000000001052581697cf97b39a62292129d0318e7fd4e756456cb0f0b2a10 0.00 MB 2 0
92,056 92,056 000000000005a8f0e5b4ec33d582a3064b4da24a533fa5721c6ecd9b58156346 0.00 MB 2 0
92,055 92,055 00000000000155ed5395616687cefbe418d4ebf15b455bdfb7a7e9e0896876e7 0.00 MB 2 0
92,054 92,054 000000000001f027273457ab08a665beb0374e5974174587b4b341d2e0dcb0f1 0.00 MB 2 0
92,053 92,053 00000000000c620ff38a0a8854448ae66bb6f63333c497f384bced7cb0ff0e72 0.00 MB 1 0
92,052 92,052 00000000000ddcd11c6bf02bd4aa90db2ea9c02cc99ba451d29c85df3f4a933e 0.04 MB 23 0
92,051 92,051 000000000008a486cfaae78bfcebec88f22510b8699d0b4d2c50b8aeab904882 0.01 MB 5 0
92,050 92,050 000000000008c2306caaacdf10a4b4962ca7041160fd8c626c633c858c0b0b0f 0.00 MB 3 0
92,049 92,049 000000000002d43922b6c823739f151fe8814fab137dca79b9685598a3ebcac8 0.02 MB 28 0
92,048 92,048 000000000009f5775394cfae684a22f04602b6916ceb2b09614c0db93e18bfdb 0.05 MB 61 0
92,047 92,047 00000000000861964a1db60d7931b766c827b8a91313b0d50fbd44be0a99afd3 0.05 MB 185 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.08 GB sent, 101.18 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.