Memory Pool Memory Pool Refreshing

2,696 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,137 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (653,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,406 254,406 0000000000000022dae8faf413269636dd8afba70ec272af55f4b4ff68031b1a 0.07 MB 145 99
254,405 254,405 0000000000000033944d19a9a21d31279c1e1a48ed782e140761a1a07b6e8f43 0.09 MB 148 86
254,404 254,404 000000000000001ecb27b1b264e4dfe5c8b3f167c2e4161ac5d0d058d61a3ca4 0.04 MB 21 12
254,403 254,403 000000000000001d5627b4ffb5e7fce48dc43d8f56dbaf3425931249f78988f9 0.17 MB 383 69
254,402 254,402 000000000000002964a2dd7b439cff0b12b75da3d9582bbebf3fd20294225c98 0.05 MB 93 86
254,401 254,401 000000000000003b667dba8ad699192ef950f17c32dcfc99c2cd753646f56636 0.11 MB 290 93
254,400 254,400 00000000000000142ed84dc5f3781db8d7769932fddae21c3297f3f00061a5ae 0.04 MB 88 20
254,399 254,399 000000000000001eaa67dc9f717881f73d86ab4c0d07d6be02aa37afb5c26b09 0.25 MB 528 125
254,398 254,398 0000000000000036f434bab19735fa11ae666a7ecd9d97c0f596e8075950e1ad 0.24 MB 660 113
254,397 254,397 00000000000000124e24e8031f20d322a2df0c9e57988e7a4a770853c45fb48c 0.25 MB 682 114
254,396 254,396 000000000000001cb93a83f18261504c8d926578a38af46395d37e2385a36b42 0.08 MB 210 107
254,395 254,395 0000000000000020ee0e096d61fbeb266efd54fe8160fa67f58c9be4607d84c1 0.15 MB 360 93
254,394 254,394 0000000000000008985b44be7e99b1be397a517f985a05d6895fa60a5199d19b 0.11 MB 229 109
254,393 254,393 0000000000000017e7cd46ced7f27613c1c1a10bb2098ce14ee88e61f68bf50a 0.16 MB 389 88
254,392 254,392 0000000000000004300ccf09c31812bff850928c1365222511f08d1805881c04 0.13 MB 269 103
254,391 254,391 000000000000002017f4b2b5e416fb0723a94e0db0c8fd58778eb96ed6f96184 0.13 MB 275 140
254,390 254,390 000000000000000fa06b63ba6ba3c0e45f278ca4d672bc67b29184651d5021b6 0.12 MB 262 115
254,389 254,389 000000000000000e206d2b65d0f44d179da903deaea033db77bc6c086d23e142 0.13 MB 274 107
254,388 254,388 000000000000002876781f0138f7aad33ec886dc98a5cf5201b35414bdd09c12 0.35 MB 932 56
254,387 254,387 0000000000000014beff76fa6086c676dc581271fbd5980fe89eb11ffd996f8c 0.25 MB 565 168
254,386 254,386 000000000000002a23cbb827a6026db96b2921e08ff25613200ca9c8699bbf7c 0.25 MB 626 362
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.