Memory Pool Memory Pool Refreshing

1,838 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 1,817 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (9,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,414 898,414 00000000000000000000f7b80dd643a9c06b3642d23398cae5e09b3bb522c3bb 0.76 MB 1,436 3
898,413 898,413 0000000000000000000201680cd0ba0f97902bd93b588a296283a9ab007576c8 0.98 MB 1,709 2
898,412 898,412 000000000000000000000e6321c2e26288a593a7b992421c5230687d97d2335f 1.19 MB 1,914 4
898,411 898,411 0000000000000000000004a8bca5776dadccfb2539a287c563cd13e7fb51375c 0.69 MB 1,046 1
898,410 898,410 00000000000000000000a1e46506d039c8db0b4639ed141fa0cb5ba287a14491 1.58 MB 1,766 1
898,409 898,409 00000000000000000000ddec448ba51e729d05cd605279fac514d86370d6ccb5 0.39 MB 479 2
898,408 898,408 000000000000000000008741aa60111ff9bcec8ea473dc033e6c43cff713bc6e 1.21 MB 2,117 2
898,407 898,407 00000000000000000000b482d5725df684e0945c3d75c439c2891a1903e60712 0.38 MB 401 1
898,406 898,406 0000000000000000000132100ecb57d913d5473e419ec9ac68c9d6762f757c8b 0.98 MB 2,058 1
898,405 898,405 00000000000000000002191201503bce9dbcbb662fa4618375ddbb31949b64a7 1.75 MB 2,498 2
898,404 898,404 0000000000000000000168f581b8701c4f6a1ef587e20a69d936a7eceb39a65e 1.75 MB 2,741 1
898,403 898,403 00000000000000000000310efd429a134c81493d34654967bd8cafd2650ac006 2.61 MB 1,138 2
898,402 898,402 000000000000000000003c1c78ebc956b47a102cf0648ed79965508f7b615b34 1.73 MB 3,334 1
898,401 898,401 00000000000000000001c5e6b7880a79a68360cd429e518be4c6d83033605158 1.79 MB 3,728 3
898,400 898,400 0000000000000000000195a7e76481c2fccc0891c013aac754c114962b06c4b3 1.75 MB 3,485 3
898,399 898,399 0000000000000000000205709460ab55ac8bbdb4b950e0c2ec78020ead2629d9 1.71 MB 3,641 4
898,398 898,398 0000000000000000000123cebed79f597a22539ac5f56f1726b569f04319b3e6 1.97 MB 2,638 2
898,397 898,397 000000000000000000008003b6712f9c35269d6d54af42d273865ed4a13ea757 3.34 MB 1,113 3
898,396 898,396 000000000000000000012743f781ea635308223c993fdc7f73dcea38e1763aaa 2.04 MB 2,413 5
898,395 898,395 00000000000000000001209986c2fdafd5cb6942ec2f819e2a285584aea48eb7 2.13 MB 2,551 1
898,394 898,394 0000000000000000000240c68668ac2b01744c923f318b6578bef457e32fd931 1.75 MB 2,814 4
Previous 10 blocks ↓
Total Size: 769.30 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.73 GB sent, 94.46 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.