Memory Pool Memory Pool Refreshing

1,382 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,365 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (708,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,972 198,972 000000000000046691639f4f8177a649b23875f4f7e285a4743b71e7774e56e0 0.01 MB 21 102
198,971 198,971 00000000000005a8c3bc63bb940e5a4b0d3394d5450c09210c4da34c1f9da000 0.11 MB 260 129
198,970 198,970 00000000000000f2468cb6502fc5ce33a5beffc2b270abbcbc1412201f537243 0.19 MB 473 143
198,969 198,969 0000000000000387863eb69d4ab06b270fb5fbb73e435bf29552fe3ade6d6272 0.19 MB 410 137
198,968 198,968 0000000000000023b51d4ceb999594fd73ceab28318022799a0bb3a6845331b6 0.00 MB 14 44
198,967 198,967 000000000000009f585b041c886b8aa7b2bbda40daab5a52aeea4c38b40b2998 0.04 MB 85 105
198,966 198,966 00000000000002f4a7cc78613b9a69840c86f204db24376ed8b8e49649157a74 0.06 MB 120 100
198,965 198,965 000000000000013e2e0558e538be7eb7e1c142e8a1ba2ebb465a493f61828a0f 0.00 MB 11 166
198,964 198,964 0000000000000071af7e6cced435557a8015064c3ca6bbe6f2ae2268c835a3d1 0.13 MB 330 141
198,963 198,963 0000000000000459f22484b635e39c33ca6369e59f8b9b54ec8dd14fcdd42271 0.17 MB 409 150
198,962 198,962 000000000000054c66740a01de92c5e537978cd6901dd23ed8e67483b411d891 0.15 MB 395 177
198,961 198,961 000000000000042e5205ed7741091a965be1c980db502bd720b7a5eddec8c019 0.15 MB 341 134
198,960 198,960 000000000000060d7bed851786933468a056ad2f882740621d554794e8e08376 0.03 MB 88 133
198,959 198,959 00000000000002a222f44595fa01189cc55cf6d8fc3c4032803eb9e726c4236c 0.15 MB 331 118
198,958 198,958 00000000000003074ab5118cebb52f7908d8d3ca13411cfccd6211d2d0127928 0.05 MB 117 1,124
198,957 198,957 0000000000000522abbdffed80a74258bb1ede39b02326f61f34fe6289c549e6 0.13 MB 310 120
198,956 198,956 000000000000035cf1905eb87ee35621b23f090d076e205fb4007633098c3009 0.06 MB 167 120
198,955 198,955 000000000000050b8595dd75974965d2175ed79c8094c520354e2a735af2fdb2 0.25 MB 558 136
198,954 198,954 00000000000002e4c05f3287328bc0d78f7b8fad2d43f9d8e46bddb5cdfd257f 0.00 MB 4 0
198,953 198,953 000000000000049fcbc747878f605ac27f31a310aad9b4c4e7fa9061e7a98921 0.05 MB 117 87
198,952 198,952 000000000000029fdc4849c4f899d3b70af3484e1e041a36ff98b12f373a33d6 0.05 MB 125 64
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.