Memory Pool Memory Pool Refreshing

8,429 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,516 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (415,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
491,810 491,810 000000000000000000bfb31d3c2a9ac24c05c4d0c5d6f6cd7098620a9fdda163 0.36 MB 842 84
491,809 491,809 000000000000000000420918c59203a63cf9b150c6571aae1c63238efaef8631 0.66 MB 1,300 75
491,808 491,808 0000000000000000006ce7675aa37a167210f18439688f020d95153926dc74cc 0.87 MB 1,872 83
491,807 491,807 000000000000000000bd9e4ad175d644afef7388a946b08185d502e8bda7793b 0.75 MB 1,220 85
491,806 491,806 00000000000000000017328451fdcbaaa043ea29ff31d787936ae4cbd98ed3cb 0.04 MB 99 74
491,805 491,805 000000000000000000976917db74f6dd47de9fa9f30fa12431e33778ad8b8e58 0.66 MB 1,453 94
491,804 491,804 0000000000000000003cee1e0b9ca4e162a6a15ac42f5b532039a424610b5c32 0.51 MB 1,120 88
491,803 491,803 000000000000000000b4e8e45f656e99a85838fc1969fca8b4a914e98c02f24c 0.04 MB 98 88
491,802 491,802 0000000000000000009a6bad3cde9a552e602efe2848f38b5e80e97d9dc39943 0.70 MB 1,459 72
491,801 491,801 0000000000000000003c38a02a035917bdd62a325179d5644cb445dd1d2346a7 0.03 MB 90 61
491,800 491,800 000000000000000000d80de1f855902b50941bc3a3d0f71064d9613fd3943dc4 0.07 MB 125 84
491,799 491,799 000000000000000000ea91b5f0858921cfec76c9cda64d05e6d01c4bc315afef 0.88 MB 1,964 88
491,798 491,798 00000000000000000066f3be57e1c0568f94a42e762bc8393d67922ffe64b591 0.33 MB 780 86
491,797 491,797 000000000000000000104c1df746f8abb80477d5f7adbc0e381b6ac1e21f537a 0.65 MB 1,416 77
491,796 491,796 000000000000000000812389125a8dbde7665ae155a187f13d2eff378cf5144f 0.27 MB 606 30
491,795 491,795 000000000000000000d39c1c9d29191e410b200ee7379124ad504772954bc11a 1.04 MB 2,097 51
491,794 491,794 000000000000000000be430999035f9ed5ef1fcd28144c6703d17ef336be30c8 1.04 MB 1,907 122
491,793 491,793 000000000000000000deb40acee05d97f2635a1e1d5d889604119b4813c01590 0.16 MB 314 138
491,792 491,792 000000000000000000ab95b22b6986957f621716933b1aaa15c06476138316ee 0.46 MB 895 107
491,791 491,791 000000000000000000d8dd93917a37b7716bd40c67948171c9b61c62751481f3 0.33 MB 736 77
491,790 491,790 0000000000000000000c6724f65662c5db9e133c0b37401bf95b688b703a37ed 0.47 MB 1,174 96
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.