Memory Pool Memory Pool Refreshing

4,994 transactions (2.19 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,785 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,924 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,784 (818,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,830 89,830 000000000005bffa9276727bd919d28b1f5c913d73425166a643af5caba49efc 0.00 MB 3 0
89,829 89,829 0000000000137330310f6209e8778d5b8abf33b5f3c2c746c8b26c3d7dd80945 0.00 MB 1 0
89,828 89,828 00000000000fea82d3169bdfb2dae5cda5e3934832e3c09c79abf4d3ba46f9e5 0.00 MB 3 0
89,827 89,827 0000000000117778b5b2bbd3441db3070982365f0e8ec2fda4be5cd7fe95f2ed 0.00 MB 2 0
89,826 89,826 000000000013bba34fc3fc255b2b10a24509b1b9dcb1969f14fb5c430f16a28a 0.00 MB 2 0
89,825 89,825 00000000000b7f42ddb495d83199296dfa8f96701089778388c73d0dad3a4ceb 0.00 MB 2 0
89,824 89,824 000000000008f6866f4e2b61592bd09340b3708c4a097f0ee40e4c94216aa0e4 0.00 MB 1 0
89,823 89,823 000000000001b293dc1e64548ac3a7e73c0318d31e5b7fcb2989775b754bea34 0.00 MB 1 0
89,822 89,822 00000000000a7e76d95ec2c6ea3ca70b81435f52901f36c44cdd84cd56d55cab 0.00 MB 1 0
89,821 89,821 000000000008af1f514511b7a517a55424150163b3830eef7e82215374140409 0.00 MB 4 0
89,820 89,820 000000000012350d2255fe4b5416a8b9e8af446508698046802c5f82da72c20d 0.00 MB 2 0
89,819 89,819 0000000000107c370b77dc3e077089eed1eb8c1d53b6368702bd320cf6a76643 0.00 MB 4 0
89,818 89,818 000000000006253e4a5391126d22cc0a92f47c100e55809230820564b03ad6ed 0.00 MB 1 0
89,817 89,817 000000000006a1a524c53fab69ea8133aa85d2eb0eef7a3c070c9e83d23f2ba0 0.00 MB 2 0
89,816 89,816 0000000000038487205461f3af7ca46438102de0d2d7c84d9ead44c77258da83 0.00 MB 2 0
89,815 89,815 00000000000f1eb511793df94cb40f7a1be859077f5b12ecf689f24c3e1f9818 0.00 MB 1 0
89,814 89,814 00000000000792af586fc50b5f7eae387c5a89a9db3399773474c1e6f85764f9 0.00 MB 13 0
89,813 89,813 000000000013095c80475e1b47400b907b876b1b1f5e48ff19a64add60781506 0.00 MB 1 0
89,812 89,812 00000000000bc53d725fcc173089299a1f497d2a8930475bf1cd28efd9603186 0.00 MB 2 0
89,811 89,811 000000000014d62f47b333b6af0f4e818e98f3183ea63eedbf4210eb88415dfc 0.01 MB 6 0
89,810 89,810 0000000000046164121973f21947ef22fe0c08406caf64272c5073412f487e21 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.16 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,857.06 GB sent, 102.84 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.