Memory Pool Memory Pool Refreshing

4,037 transactions
1.48 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
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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,823 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (16,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,413 891,413 00000000000000000000703db13575df09e7e6e46178de3b0fadb6ac845ee70d 0.64 MB 1,173 2
891,412 891,412 000000000000000000003b3553e09d86ee8e8f7076570749942dd816bacefcf2 0.61 MB 767 1
891,411 891,411 000000000000000000002fbda881afd649582573bb63561ddb1be54d2ea67a54 1.44 MB 2,495 3
891,410 891,410 000000000000000000017bac10373e487db2c8cd22a1a3d416e8678bb9d9ae07 1.00 MB 1,546 2
891,409 891,409 00000000000000000001e22c0dd70a0df2d2113f35810c7d56ca2db5f02b105a 0.20 MB 349 3
891,408 891,408 00000000000000000002338676a589f1120a453b004517ba31982140af8a5f3d 0.09 MB 219 3
891,407 891,407 00000000000000000001c37d71b0497d28709245835a38859904dceb82cd9456 0.07 MB 199 4
891,406 891,406 00000000000000000001f38cc6075b0989da7f891087eab73d56b268c0db6fb9 0.29 MB 258 2
891,405 891,405 000000000000000000015db6a2e0aca854833c10edfa9bbc5a092d427a8b5865 1.69 MB 2,967 3
891,404 891,404 00000000000000000000584232585832fb1915f31155225f271bcc86a2fb6e06 1.19 MB 1,825 5
891,403 891,403 00000000000000000000fc0d154d7ee0866c5dcd464186c8cced6a29ebe8ec2e 0.22 MB 572 7
891,402 891,402 00000000000000000000177df1b712640315e25f309952ec6679a6ae178a6c9f 1.84 MB 2,644 6
891,401 891,401 000000000000000000010c0e1e74df4980377e04ef8e5622e5b39a2b7d68a349 0.59 MB 784 5
891,400 891,400 000000000000000000013f26e15c150a94735932b96fff3339742fe34fd5482f 1.58 MB 2,615 6
891,399 891,399 000000000000000000017b6524e5635204f5f83b17fec2004b1f3864950ee3be 1.28 MB 948 5
891,398 891,398 0000000000000000000089c6a78761174cadfade40a57294ec9a9c3cda834c63 2.83 MB 1,288 3
891,397 891,397 00000000000000000000f3c172c8d1f41ce65dddf73881996eb16efd8bf87f1e 2.23 MB 157 1
891,396 891,396 00000000000000000000b61e2606e7a693ee5429e18ed5664da2cbe9c9e167e4 2.94 MB 1,593 3
891,395 891,395 00000000000000000001e778768bd9583fba911665b2dffcf028360fde79497d 1.50 MB 1,036 1
891,394 891,394 0000000000000000000049d39503140569e035c31bd5d0239a688896f4942fe2 1.65 MB 3,638 5
891,393 891,393 00000000000000000001448da9b2b2a60e11b7ab0cff4e881367d66e9e210d1f 0.00 MB 14 5
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.