Memory Pool Memory Pool Refreshing

1,018 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 993 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (55,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,260 852,260 0000000000000000000004d295c9e550d2022e157e18ef525f1c8278aad989a5 1.54 MB 5,435 13
852,259 852,259 0000000000000000000270c9153fa0fac6ccea6871233327cb771ec64d4569c0 1.47 MB 6,153 9
852,258 852,258 000000000000000000010737b20bec71d4ba6517af5ca4e11bb5cc82261530d3 1.45 MB 6,459 12
852,257 852,257 00000000000000000001e78433ff1b7b1e5c1a2e25dab6827cc0fb3a15d3e03d 1.50 MB 5,302 15
852,256 852,256 000000000000000000009e586787c34eaea4554acd3b5041ecf01890e0e832b9 1.49 MB 5,549 10
852,255 852,255 000000000000000000007b6a5a77cc663c16c5fd7df6564327b12a17e7bfade4 1.56 MB 5,465 5
852,254 852,254 00000000000000000000ca96ca3e71b489a95eaa2290a82ec84d8b3b3865e947 1.61 MB 6,370 4
852,253 852,253 000000000000000000024635853cdabdcaaa99704aa596123b54eef5b7c7c3e9 1.50 MB 5,637 6
852,252 852,252 0000000000000000000005af61936f96bbfd36d06df489a62f5da98cf9281935 1.64 MB 5,688 6
852,251 852,251 00000000000000000000d4107987f4d30e33b73215c297dc03bddb75bb2a34a8 1.79 MB 887 4
852,250 852,250 00000000000000000001482c560d27f10c72ba2a33a746ee10f30c0519def4de 1.77 MB 4,338 5
852,249 852,249 0000000000000000000259e5267609ca9c4a0ecc5197dccb5d2de6f9c1d30a32 1.74 MB 5,011 5
852,248 852,248 00000000000000000002bf13a651e2686fbb13a41ef7aa1eb5edf19e22a43b53 1.60 MB 5,155 5
852,247 852,247 00000000000000000000c469cec48e0b1710ac549ad9989a915027fe73e1d988 1.74 MB 3,564 5
852,246 852,246 00000000000000000001fbd2876dc0f09bb5fb39bfe75ca804c6d8bd295ef827 1.60 MB 5,047 6
852,245 852,245 0000000000000000000108d10a3500f34eee3a22c16b187887e5a89ac1d39acd 2.28 MB 3,155 4
852,244 852,244 00000000000000000000813b88b0ab7b7a6b5390c43b686b27f8a2df5bf2d6cd 1.99 MB 1,494 4
852,243 852,243 00000000000000000001648235268c75ea57abec7b6e0917a2b33912b07580f2 1.77 MB 3,438 4
852,242 852,242 000000000000000000026a9d8e93523f5e5e7a75c4ef45b19562b3599fea3264 1.52 MB 5,990 5
852,241 852,241 00000000000000000002001ebcf443ac2d72338a9a40210c6da5f8881af75b37 1.91 MB 2,369 9
852,240 852,240 00000000000000000000cf526996e798a2750b1c553c1bfda8c8a4daa7b38711 1.66 MB 5,541 5
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.