Memory Pool Memory Pool Refreshing

819 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 819 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (812,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,147 95,147 00000000000103559c1f2cab7d1479512dd7ebc52f24243106bc9bc59e80b43a 0.00 MB 2 0
95,146 95,146 000000000001388c5eec699332a12992be82c00d5b819a36e07e9e3cb24d2018 0.00 MB 2 0
95,145 95,145 00000000000328b478eead0e89f1f006ef2f41dc74c1c6086782f1435d20c566 0.00 MB 3 0
95,144 95,144 000000000002ca9fc1c7cbbc452f2fe3f1e83f2510c2e4f68c139b962437523c 0.00 MB 4 0
95,143 95,143 0000000000043313888e0d69ec4c1950a1693e61ebbb78a779995d146e8b892c 0.00 MB 2 0
95,142 95,142 000000000003c2b22d1e73d2fe56d379b87099684dca835e45edcac830df718e 0.00 MB 5 0
95,141 95,141 00000000000495b25b9468a4636bbe7e9dd98f53075ca622857e91c7ea101ce5 0.00 MB 5 0
95,140 95,140 000000000000ce22ea461640b1b9c7794d7e714b5af45f21c10f7cd52e51292f 0.00 MB 3 0
95,139 95,139 0000000000039da05a7a6a1afdd0e7746d3485e039d19c34bebce8eede91e16f 0.00 MB 4 0
95,138 95,138 000000000002bacc781ec97ea9a64263dc2bccc8f2645e102ab5c6915531919c 0.00 MB 8 0
95,137 95,137 00000000000003cfe1b13dfc4059b32243cf14dec3b7a307f18d057d39d302f9 0.00 MB 1 0
95,136 95,136 000000000000ef89bd98b94f1ddab73b549971b39a031b0038f7ac88a7bdbac7 0.00 MB 1 0
95,135 95,135 0000000000019ffa42b1863b27ca6829de4a435ecea4e72c7c36b7ccd0704133 0.00 MB 3 0
95,134 95,134 00000000000332fa07d09a3e971c50f0ebc684653f35ebf1a75c0b5b41356d22 0.00 MB 2 0
95,133 95,133 00000000000793c8ae5b9c1f33071885292fe28c10ce8b54ae159169b994b72d 0.00 MB 4 0
95,132 95,132 0000000000037e67b1a11fd9d0f08f2ec17f83309af44686cfb59d9a1250f740 0.00 MB 2 0
95,131 95,131 0000000000059fa7f6d5b32ff7c979184530fbb17edaed923cfc7dae2f73899f 0.00 MB 1 0
95,130 95,130 000000000004cc2b0c717a17041be10e198f5f187f5b5d10c380c72ea1f9dbf7 0.00 MB 2 0
95,129 95,129 00000000000669488028d0a764ef9e5ed8043b98f4b759d3d96132387ea07ab1 0.00 MB 2 0
95,128 95,128 0000000000080e49d4d8db6ce5c23a044bd81f17858266e02129ca9c42383aa7 0.00 MB 1 0
95,127 95,127 00000000000650859acd0146e0424ee622d37bb8ddddb811c6fe82c68c365164 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.19 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,633.70 GB sent, 93.89 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.