Memory Pool Memory Pool Refreshing

3,417 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,784 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (11,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,852 895,852 000000000000000000016809e0a5960c5d8ac1eb817bb9647c4a0268a15ebd43 2.62 MB 627 1
895,851 895,851 000000000000000000012a34667f8d6348b99287471bfe1faa7afa14896c8bff 2.34 MB 1,892 1
895,850 895,850 000000000000000000017f89c869db69db61d6f8429ed86c55ca2fdcd8fdd686 1.78 MB 2,051 3
895,849 895,849 00000000000000000000104f281d0b24a4504a57d9110b64f1aacf635c4d151a 1.40 MB 1,246 2
895,848 895,848 00000000000000000001e9e003a44ca03e2fdf8019ebb3bdaa11fc1563503f98 1.63 MB 3,106 4
895,847 895,847 00000000000000000002330ed510a0fca7e311dbff3cfbaf352484a4018de297 1.49 MB 2,077 4
895,846 895,846 00000000000000000001c8b39c574f9c6da88c69078ae9fdbbcb3cf4a2552639 1.12 MB 738 2
895,845 895,845 00000000000000000000ef921d56b901fe7f31eb5678b02ea80e406fd4e217fd 1.38 MB 1,995 3
895,844 895,844 0000000000000000000056861a623ea1442c6a0695d3ea2902b4dc9c6342a3ef 1.69 MB 1,756 3
895,843 895,843 0000000000000000000168acbbf7069f1909edd20ff3064527ecf8e1b666bfa3 1.65 MB 2,427 4
895,842 895,842 00000000000000000001d6292cb5324326e9b8a36443c34f6d15780d4b2ebdf3 1.65 MB 2,747 4
895,841 895,841 000000000000000000024b5cd872bdc29b0d97a33f71bce4b253d0d4c71ef29f 1.71 MB 3,578 6
895,840 895,840 000000000000000000003f72adb63a019242a8d42046d01648796b96e73083f5 1.76 MB 3,062 3
895,839 895,839 00000000000000000002543ac0a6bbcb535ed1a0c93ab999052c518d1103eac0 1.55 MB 3,713 6
895,838 895,838 00000000000000000002530e56761c780348c6c8cb4145e4b4419072a31f38e1 1.62 MB 2,600 4
895,837 895,837 00000000000000000000b6cb44a6253ebe9bc66a609c792e07621e76aa04973a 1.61 MB 3,799 6
895,836 895,836 00000000000000000001fdf947388544c8e61bdb75fe8a8478c8b0ea523ac976 1.59 MB 3,818 6
895,835 895,835 000000000000000000014e909be2960cbbf066cf722b33726b0d986385ed5d7f 1.57 MB 1,814 2
895,834 895,834 0000000000000000000180ae900904a6aac19295a323bb67a61b367b00f0a0f1 1.57 MB 2,315 3
895,833 895,833 00000000000000000001abfbfe2fac33af4706c3e237446894308586e3ea5f5a 1.56 MB 2,237 4
895,832 895,832 00000000000000000000b365f33d5faf0364ff3fc0d1e1541292b84b1a65c3cd 1.57 MB 3,199 5
Previous 10 blocks ↓
Total Size: 769.06 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,627.88 GB sent, 93.18 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.