Memory Pool Memory Pool Refreshing

338 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 309 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (823,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,581 85,581 000000000010afbc74ea7a02d3da6f8d4e639b6a1f966b026c073424053bb031 0.00 MB 1 0
85,580 85,580 00000000002b388a653b2521ace6d1578e7644080decb3e5f5318f1762bd0aae 0.00 MB 2 0
85,579 85,579 00000000001a39eb710f98722ad557a1836c4d03818672b0c4524444d639e010 0.00 MB 2 0
85,578 85,578 000000000010861a0735732a3f4ef6cc73947e44964235ec9a6ee39e39f9c35b 0.00 MB 1 0
85,577 85,577 00000000001da99f4a814c06fc497dab50d390b315d917f79384c928e5c03255 0.00 MB 1 0
85,576 85,576 0000000000104320312370607a49596cfa13dd2eaf470cac99e2788baa5ba4ac 0.00 MB 2 0
85,575 85,575 00000000002dce2112bd83161b749178578286d7fa1776354141971b852ff4d2 0.00 MB 2 0
85,574 85,574 0000000000038f5bddbaa91e1f6750c2c0e60c8d91341ccef09ebee63c4c8ab5 0.00 MB 1 0
85,573 85,573 000000000016a39b0414afd66b3a4ba031e15567ae962a8621ed978ed119b2b6 0.00 MB 1 0
85,572 85,572 000000000026892d497d2163ff155ed3407ab2673076552eaae72aeaca1734ef 0.00 MB 1 0
85,571 85,571 00000000000ae93a43d4c4559ea3b9480a24f04fd76e6fcf3b17dc35b844785a 0.00 MB 1 0
85,570 85,570 00000000001c2d3595071ab7752d6c8361165314db6eb7f472247c4383703f45 0.00 MB 2 0
85,569 85,569 0000000000062d818d7e3f794471b50a61e6384c853a3adbac1f387b0d3731c2 0.00 MB 1 0
85,568 85,568 00000000000dce9538346d28297d679a2203a1e32a31b52a63e6af18a3aa8572 0.00 MB 2 0
85,567 85,567 0000000000078bff31a4e1f6397b66c7f4ac2da44045cd253228cae094986b22 0.00 MB 1 0
85,566 85,566 00000000000030a17d09ccb1b9ab25b1bb6046f80693595e7f13f68cc8d0f29c 0.00 MB 1 0
85,565 85,565 0000000000052524e20a58c07f25d2b6d6c074b85492dd16bbdb345944280454 0.00 MB 1 0
85,564 85,564 0000000000128001e105ba6bbf9850a4aead9b97445c63c580777133a2578a95 0.00 MB 1 0
85,563 85,563 000000000025902275e26c90d93ead29792d30929e27a77516608544e213ed10 0.00 MB 1 0
85,562 85,562 000000000015c38736d1a2c888eadf93a4936a868ae87e5dbef642af77094da1 0.00 MB 1 0
85,561 85,561 0000000000281519a33395640b7d5fc11c1d2e34b30db14f0cf5787b7204a7e3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.54 GB sent, 101.04 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.