Memory Pool Memory Pool Refreshing

5,175 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,712 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (6,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,547 901,547 00000000000000000000ed7663914ed626f29c592ff6ae67b98d538773658cdc 1.65 MB 3,602 8
901,546 901,546 000000000000000000019ae2bf82ebce9b05d98e2cfcc0ac560021ef1dd40935 1.62 MB 3,960 5
901,545 901,545 00000000000000000000ced81e350a6d431736fed821a36214936d7ce44f136f 1.54 MB 3,751 11
901,544 901,544 0000000000000000000028e9f54556d1d75e410f2c4796442ba9a1989236e1c7 1.65 MB 2,840 4
901,543 901,543 000000000000000000009ba72d5cc604f38177488531789a777e8d05aab62d1b 1.64 MB 3,496 4
901,542 901,542 00000000000000000000657a15db40e4630b43fd85ede081c9694ed400db04f8 1.57 MB 3,971 7
901,541 901,541 0000000000000000000032eed26deb08c08e20ab5054caee2eca77f9e9e7eb7b 1.60 MB 4,213 6
901,540 901,540 000000000000000000002b70131aefa6e17091d2f7fc14fdabd393382fc6626f 1.52 MB 4,994 7
901,539 901,539 00000000000000000000042d6a47da32575b6d20fc237bdb611b1f89f90c4fe0 1.44 MB 6,112 10
901,538 901,538 00000000000000000002018b989e583b3d5b0a16d3edbc2f38403efce467bfb5 1.45 MB 5,619 6
901,537 901,537 00000000000000000000c99882ac97907a523943cfc12d521a012eadfcd1915f 1.56 MB 4,606 7
901,536 901,536 0000000000000000000154ebfd39d787cbcbe3df2dddb178466ee070ca4f57cf 1.46 MB 4,242 9
901,535 901,535 0000000000000000000091e3ea233f6837b2c9889ce4380545614605bc469404 1.38 MB 3,967 13
901,534 901,534 000000000000000000003f3d2070299934d950c74a45fe0ffa0adb399ecf2588 1.31 MB 3,850 29
901,533 901,533 00000000000000000001bc7e937fa424502e4a84fa1feea9936e84019ec45a69 1.58 MB 4,465 4
901,532 901,532 00000000000000000000c35c15ed5dd4693be6d317e1d8c54a7a8080fa9791cb 1.51 MB 3,813 7
901,531 901,531 000000000000000000001cc4ddcb026c674612bcf03d8f6c1e6da173a403e621 1.57 MB 3,093 3
901,530 901,530 000000000000000000022f07b756916fe604c5204370cf65525bfbdf73442b91 1.69 MB 2,515 3
901,529 901,529 00000000000000000001846a9d3ef45d6b494ae19e3ad2d9bbd9d5f2c1b40229 1.52 MB 3,115 7
901,528 901,528 00000000000000000001052307234e9b45956087733f6d62f25b1de3843cab44 1.67 MB 2,756 2
901,527 901,527 00000000000000000000424244f4cc05ce659d674d0980cdad000dd72cbe0d8d 1.59 MB 2,777 1
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.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.