Memory Pool Memory Pool Refreshing

18,842 transactions
6.02 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,237 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (779,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,428 128,428 0000000000000da38f2d45d26aba1353f0314cdbdcddbcaec9e940434dca1e23 0.02 MB 31 887
128,427 128,427 00000000000016e88b021602bbdaeb9ce613696ff78e10633df28c4dbe365a45 0.01 MB 26 847
128,426 128,426 00000000000006c83c2f16231520eabd46db1dd33cf5fc94c47acb326fedf48e 0.06 MB 87 844
128,425 128,425 00000000000004b5fceca3c5dcc10d465b4f3daba619a595470e2806b4a8314f 0.04 MB 92 235
128,424 128,424 00000000000016cca3f07ccbda38725863ef8fede0599a421e9950480ead6ba8 0.01 MB 11 803
128,423 128,423 0000000000001b3bff956919a5632578c5fea6330a98b0fb3e309aeba0b5c66c 0.01 MB 21 1,061
128,422 128,422 0000000000000894e2c72e49aa0868836e8e070a1b195d09fa059720696d7a3b 0.02 MB 36 696
128,421 128,421 00000000000010f92c195285e008bf333f321648dcf66ba48c3197c51f5f8a26 0.02 MB 23 432
128,420 128,420 0000000000002473f6d43161b76fe95f1cef347b9192c9b4927bff5101645628 0.02 MB 64 157
128,419 128,419 0000000000002047d567231149f97380e032c5f5be60e431bc108a39c81611cc 0.01 MB 31 773
128,418 128,418 000000000000012c22e0c9b0670cd2a472b5df9a16946fca4f22ea852d680f25 0.01 MB 20 457
128,417 128,417 00000000000006bff71850719c88b47c0032ba76d76d4224e09ad0b3e3bc7eb0 0.06 MB 154 750
128,416 128,416 00000000000011b12d0496496a226f0de3f82ccadb4c317b54a967901b2cdfcd 0.03 MB 43 468
128,415 128,415 0000000000001a828cdabadf5167a664558a238efd4a76630346847558c16455 0.02 MB 26 347
128,414 128,414 0000000000001f90ea3b3584e4cc5ec278a5628a79f8ad0ece741ec8e6b65388 0.00 MB 3 1,937
128,413 128,413 00000000000017ab1a43b934199837a06b5de42bc67011ae69cbd35bdd26438e 0.04 MB 87 257
128,412 128,412 0000000000000c9f4c0aaa8ca7bb8942aa3018df810365ca7e108c7e4347f1a1 0.01 MB 26 823
128,411 128,411 0000000000000cc36aa6856c524f4155be197c8b630b03e7cd632ee44f6ccbbd 0.01 MB 26 818
128,410 128,410 00000000000008a35b69e5f8b2678f70ed1ead8f57e3953694d0f5d3eeb2bfd7 0.01 MB 22 1,098
128,409 128,409 00000000000014cf34d0f7d08981e46464262a253a7621e2efbad7072f6dce9a 0.01 MB 24 1,398
128,408 128,408 0000000000001341d41219536321240188e151deb509022e259d04c2abe83481 0.03 MB 99 3
Previous 10 blocks ↓
Total Size: 769.02 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,624.40 GB sent, 92.99 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.