Memory Pool Memory Pool Refreshing

2,281 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,478 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.74 vMB 2,275 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,477 (881,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,237 27,237 0000000048c9df13bd4b5cf9f2b355e55c4e02cad45eee513b942d831fef5d92 0.00 MB 1 0
27,236 27,236 0000000002b554c193e4ae7e13a6df9adf5f884a77f740cd6027b3d30f87c1e4 0.00 MB 1 0
27,235 27,235 000000004dc2734b02fe54b214c2875f72537dcdf4f892f794b9aab553a7565e 0.00 MB 1 0
27,234 27,234 000000001b0cf3af2de7d3ca3363f39f1495c6daa83166ff971ceb182a8500bf 0.00 MB 1 0
27,233 27,233 0000000071899cda7d55a99fc9cb2bad9ff56db25c7e751c1482ece2a4551e64 0.00 MB 1 0
27,232 27,232 000000000afe7fb593a23eaa6ed1a19464e5948935ad2b50113573cd0416b0c6 0.00 MB 1 0
27,231 27,231 000000006374bad1afdd6c0b50f8b70ad16b3047a96a9e5c04a8b7c55fa33bf6 0.00 MB 1 0
27,230 27,230 000000004b14c6314aaeeae2aea4cc9140e6066ef0b05c47eaefc29f90060b1b 0.00 MB 1 0
27,229 27,229 00000000644570b85790bec74b6417af86ae7587114e000bbde17c2985be8fbc 0.00 MB 1 0
27,228 27,228 00000000e9bb67bf7bae8b4628b46bbde52ee6eed12f725df29a34e7c147b23c 0.00 MB 1 0
27,227 27,227 0000000050727a0b6332205ab20184d058b76fefcf0f2993d1db4ac5c3eb81ad 0.00 MB 1 0
27,226 27,226 0000000042da84bd7551474ec4d891c64083deb91b1b5c2b81e36e94713bd191 0.00 MB 1 0
27,225 27,225 000000008cedff9f78b8b986909050aed42717f3867df887aca8a0692e29f1ae 0.00 MB 1 0
27,224 27,224 0000000083a465851212c35331b25b161d32c86c9b751c603c2932a09f4dc2c5 0.00 MB 1 0
27,223 27,223 00000000d0999ef6270fb116ec1495ad6b7707244f1ce38ab59a535c85ffa90c 0.00 MB 1 0
27,222 27,222 00000000f334599b32cee4f6d76ea9966542c00f4fc346f069e5cbb28b2acbd3 0.00 MB 1 0
27,221 27,221 000000002f585322bd7d94290b6c1d9dc4999e2608176a0ca5da2906b6d47793 0.00 MB 1 0
27,220 27,220 00000000811b661dd2eb6a241e6ca7f8806a6c37588e88fe962a4d51ddce3358 0.00 MB 1 0
27,219 27,219 00000000e48391d50636f3111dc08baaa617138c3d597abddd1b9cbfaf6c7ec0 0.00 MB 1 0
27,218 27,218 000000008cc42afc3fe309fbe9e68a8f38204395aa2f73ba88e07a30cbc906b4 0.00 MB 1 0
27,217 27,217 00000000e454d14900e05bc0125aef369c3c7eb3d77cb535a187dd07c0a25044 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.60 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,786.09 GB sent, 99.96 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.