Memory Pool Memory Pool Refreshing

4,397 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,010 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,695 (22,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,842 884,842 000000000000000000006dd4a8e3386a68ce2605cccee697c493e6c0d14396b4 1.60 MB 3,758 6
884,841 884,841 000000000000000000026ecc86504d325e707c97228a1c03c65467fa4cde32d6 1.53 MB 3,327 4
884,840 884,840 000000000000000000016483f7f761d4a5f872fe765cbeecf8cbf40bea1c3727 1.75 MB 4,268 3
884,839 884,839 000000000000000000026ae19e7fd0327567c6561fe9946e72f80027076be86c 1.75 MB 4,284 3
884,838 884,838 000000000000000000025a05b5d2ea37d910fba632af590a3e8348dda673068c 1.75 MB 4,683 4
884,837 884,837 000000000000000000006961672743bb3c6d28b2553796950ede92c173f7f9d1 1.54 MB 3,637 5
884,836 884,836 000000000000000000010dc0735c5dbafc7cdb1cea26d184b9e5ae9cd4321cf2 1.75 MB 3,138 4
884,835 884,835 0000000000000000000028ea12c46b5026f31c2dc1914abed28f9db47e1081c6 1.67 MB 3,847 9
884,834 884,834 00000000000000000002001f5013421126fbb581c89ac9b658a9caa03c35a9ed 1.66 MB 4,178 5
884,833 884,833 0000000000000000000015caa123d477a16ddeb63ec362f0275a3762a5f3e4b2 1.88 MB 5,266 3
884,832 884,832 00000000000000000001fb33d6adf6d4d285a0dcf8aafd8ef9d95945086b30d8 1.59 MB 3,626 6
884,831 884,831 00000000000000000000abe4a19c8939b91d6011950289faf4667781b5cb4ac4 1.88 MB 5,014 3
884,830 884,830 0000000000000000000089b43bc1a19ff1f8515e336d3c354bacba0fb64cc3f4 1.46 MB 2,138 4
884,829 884,829 00000000000000000000dbd2b14266e5e96fe3bc7ae148d0519c857e9f61e8db 1.56 MB 3,409 10
884,828 884,828 00000000000000000001b48f8d43d410dde46d18773b14e8a5c2992d8227ecf7 1.51 MB 3,129 4
884,827 884,827 000000000000000000003bb23d9a035adf588b75954fc9675c202da75f521ca8 1.72 MB 4,160 3
884,826 884,826 00000000000000000001c4bc039ffc6c5c1d289d7d4e9c8fa8f3482bacb883c7 1.94 MB 4,891 3
884,825 884,825 000000000000000000000de36e174e1508f16c05af2916ba1797fc62cb766e64 1.70 MB 4,454 3
884,824 884,824 0000000000000000000199cd18d999bef73b6d721f0183121d7a3391d5b9fdc6 1.77 MB 4,363 3
884,823 884,823 000000000000000000007740336681978238734af7936ea7373161530e8dee2b 1.86 MB 5,321 3
884,822 884,822 00000000000000000001fef0fe91a237a18052dda45afa7cd08bc500e7a0dfbf 1.92 MB 5,237 3
Previous 10 blocks ↓
Total Size: 768.98 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,615.71 GB sent, 92.68 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.