Memory Pool Memory Pool Refreshing

8,342 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,853 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (13,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,763 894,763 00000000000000000001d8f93fb5deaccf67dac9646d2ff5a2241aad564b3f94 1.67 MB 3,997 5
894,762 894,762 00000000000000000002279ee027f79fe224c60e6471d78e7e22b358358f26ec 1.57 MB 3,775 7
894,761 894,761 000000000000000000001bda0455d3db5569d56ed9a21b3fd6a50b392e7ffc10 1.60 MB 3,988 7
894,760 894,760 0000000000000000000155aae86de74e7317e2a09611b60518ac70e4f209b223 1.50 MB 3,236 12
894,759 894,759 00000000000000000001d8b50f5885df062c6ee87b34584b45f507dac204b9ad 1.61 MB 3,538 6
894,758 894,758 000000000000000000021d169f41cccc788581fd41a09865e58845818902265d 1.48 MB 1,940 4
894,757 894,757 0000000000000000000180b950924c754339dad6797a6a6a45f4f7c7404c3b00 1.49 MB 3,222 5
894,756 894,756 0000000000000000000172240de7b24b3d3515ef8549e744fa43d7a9cb9ca1f0 1.99 MB 1,409 4
894,755 894,755 00000000000000000001739d68db2263bcc9decbce74d0e718dede22bfde9a04 1.61 MB 4,276 7
894,754 894,754 000000000000000000008b2daba0831b4bdd227bbca58841f5bbe96777ec919a 1.52 MB 3,464 8
894,753 894,753 00000000000000000001a953265f2059d1c21aa63856c2ea9c687f0caaf51ae8 1.83 MB 1,773 4
894,752 894,752 000000000000000000011d91c068f3b83c15b0f64a9bb4d5ac1b9ebe8fb996eb 1.69 MB 2,383 3
894,751 894,751 00000000000000000001dcfaa3c39c51b85c6a1f91944178448684d065547200 2.00 MB 1,463 3
894,750 894,750 0000000000000000000194263954c5fea392009a0eb0727fb3c7afc4c9b08679 1.58 MB 2,106 4
894,749 894,749 000000000000000000001f19291b2730619b8e7208c1c325f82b31c6c08efa8d 1.59 MB 3,421 4
894,748 894,748 00000000000000000001bd6dc0a779aab73d76b7ababc11e64e67ba7f8b24567 1.61 MB 3,935 6
894,747 894,747 00000000000000000000ceadd4f9b31543baee9457b74c9c2e89f9573b9af489 1.53 MB 3,520 7
894,746 894,746 000000000000000000010159e90d820a39a8a1ba61d00dcd5968ab6a127bec68 1.53 MB 3,761 7
894,745 894,745 000000000000000000007ec3e41c9977d36c63db709bda8a5191cf8e7262df08 1.67 MB 2,784 7
894,744 894,744 000000000000000000015f30497892dd99a45c7ff157560803d7266ff673e2b4 1.17 MB 948 2
894,743 894,743 00000000000000000000410b373b6173b38e1d8d9f2a80aed672c0a9bf370eeb 1.69 MB 2,876 4
Previous 10 blocks ↓
Total Size: 769.29 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.62 GB sent, 94.36 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.