Memory Pool Memory Pool Refreshing

3,347 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,224 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (6,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,551 901,551 00000000000000000001c033fb1acf528414e6a08885d804c44a9077de175f82 1.71 MB 3,117 4
901,550 901,550 000000000000000000017020357b853ab05851347964034258a01f61717a990b 1.68 MB 3,816 7
901,549 901,549 0000000000000000000095aec1e64dc056528ec3693d84fb72a35832fa8eb166 1.81 MB 3,592 5
901,548 901,548 00000000000000000000f2c3a15949aac2f6d7bc153330a4fca496f68c8c4b21 1.75 MB 2,496 4
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
Previous 10 blocks ↓
Total Size: 769.56 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,649.32 GB sent, 95.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.