Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 1,160 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (903,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,042 5,042 0000000061768ee56b647e973cbab21891fcd0d17948f1601e906bdf4211de04 0.00 MB 1 0
5,041 5,041 0000000070870354b303c863a9b1382b3efbad38ad63256a282dde05fd43d0e0 0.00 MB 1 0
5,040 5,040 0000000039a115c36715d1cda9bf7b9b20ae14c53e1b577881b8e290ee9fbc51 0.00 MB 1 0
5,039 5,039 00000000b0dc00a3e472579f765d08538f330943d7c9f34fc1a3aa2dd8849006 0.00 MB 1 0
5,038 5,038 000000000099fc7a4e340d4203deb248ea83f7e0a1864b8a907d6af8a2ddb04f 0.00 MB 1 0
5,037 5,037 00000000040b7194d64aaef0b9a1b6183f462b41a30f1ed8c29191585e4b4cea 0.00 MB 1 0
5,036 5,036 0000000012ace098f737c771ee6ff00d89b6389e305378d5446c9a1ca98d9986 0.00 MB 1 0
5,035 5,035 0000000060aa4dc6fb31c82c978d8a51a1bcf2c77fe174a2e30d5d320fa7fb19 0.00 MB 1 0
5,034 5,034 000000001185138e652e8fdafaf9e4f57b6ac0abe9f5ea824aff29f19c265942 0.00 MB 1 0
5,033 5,033 0000000015f5d05292b863e839cb89eb88c21274ff0ee4bc7ba673203c199eea 0.00 MB 1 0
5,032 5,032 000000005ff9176bea60f69cc15fe74d97c5ee970ba99a6d5ce33396ea15ebd0 0.00 MB 1 0
5,031 5,031 0000000020510fc6ab7b2c0bc24fe4524d83cd9238f29619097fbf17fbad7331 0.00 MB 1 0
5,030 5,030 00000000d3b133a1d66eed1dc2fa01e976817224a009363f65110059256dc317 0.00 MB 1 0
5,029 5,029 00000000f3739ac268a4b17119a5f131b0a7dee165799a959bb541081ad82727 0.00 MB 1 0
5,028 5,028 000000001adc6c26e9860749f7905b1df0af564de9911a145d5dd7704619907c 0.00 MB 1 0
5,027 5,027 00000000cd4e2942b678d341aaa6469a832b5492138bff5e650a785dda241cdd 0.00 MB 1 0
5,026 5,026 00000000c4512a444a69c0671c9b9910624981f7fc6ac5b44b78fd6613f79184 0.00 MB 1 0
5,025 5,025 00000000f312b1fcbfdf1b5a75d2414e4f3d1e28fd90f2e45c1a4a677cca45f1 0.00 MB 1 0
5,024 5,024 00000000bf9d10a122b4b9c96fdd46c270f3e311074dccede28e37f421e634bd 0.00 MB 1 0
5,023 5,023 00000000bdf23d97d052042f298c0c7f54b9b58f79736dbb451f4fcae20b0a8f 0.00 MB 1 0
5,022 5,022 0000000078ec5c8d0925dc10cacd66af636471fcdafd06166487efc7dbeff623 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.58 GB sent, 100.53 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.