Memory Pool Memory Pool Refreshing

3,424 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (616,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,491 291,491 0000000000000000bab5102a7417e5f1508038a4ff0f56182543f98254710d03 0.28 MB 540 25
291,490 291,490 00000000000000000adc05c1f6de6000c18002e416c09b2ebbdc5d2f5c8d3f3f 0.39 MB 526 27
291,489 291,489 000000000000000079a38451325248ffefc93a17c7373b88297b178502b75eb7 0.25 MB 307 23
291,488 291,488 0000000000000000350f06c0a23e00c81fce606cbf707d58ded41ba979641404 0.35 MB 768 38
291,487 291,487 0000000000000000c292ceda1b52e4141d546647e74f0e5547df51790b13d906 0.14 MB 202 19
291,486 291,486 0000000000000000e7b7ab0c0f6378c34e6a79982e43e56befc1799336076b6a 0.40 MB 679 30
291,485 291,485 00000000000000005c1442bf8e5ed78ab4fbba006dab3148a72b3b6105ba85fc 0.17 MB 295 53
291,484 291,484 0000000000000000de6ce3ce3c544ffe2468f2269855d43fcfe5b5f0c193da69 0.90 MB 1,591 34
291,483 291,483 0000000000000000e1416286a91e55df105b6dfa757aba56a02d69002fb2a02f 0.25 MB 675 70
291,482 291,482 0000000000000000bd810461900bd9e154da060dbf14646bd4897287f3507470 0.44 MB 672 38
291,481 291,481 0000000000000000b16ec9d427694f4aa9003e1a8862379cfe02f56c38c8b345 0.41 MB 700 38
291,480 291,480 0000000000000000f3aac0e4b9fbc86a4f05263d0876310c295a18d5c17f46d6 0.20 MB 362 33
291,479 291,479 000000000000000040f3068d62bb17920b23991a267dcff758e72158e30872ab 0.16 MB 58 12
291,478 291,478 0000000000000000241c373fa2eb53eb8348cca5d8561cce9442bd9b1233eaab 0.50 MB 748 23
291,477 291,477 00000000000000002c73d146ad740af1378580a6e02cfe2e1fa84a76cd5fd2d9 0.16 MB 512 72
291,476 291,476 00000000000000003118ade6a5d985791ba8355d2dd9bd2f07af535c268d97c5 0.10 MB 62 8
291,475 291,475 0000000000000000bd7a6e59569860c59c7544f3d432fbf58f3562327ecc6f47 0.12 MB 183 24
291,474 291,474 000000000000000060fd0287dee6748cb30dfa756a67b7a3df6dfb1e64535a31 0.05 MB 128 35
291,473 291,473 000000000000000073e1aa5111b5078b2111d67af8468f9d15caef744ed57b68 0.59 MB 1,004 32
291,472 291,472 0000000000000000a54f9909202533e0efe3e92dca6bde5ecfb35a6948036813 0.35 MB 765 33
291,471 291,471 0000000000000000bdd77d31ed585b62b5e3cab5b485ae9e56e733ebcccaa093 0.06 MB 128 116
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.