Memory Pool Memory Pool Refreshing

3,762 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,001 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (588,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,757 319,757 00000000000000001fda84c992a168d8103e11f5dcc7d391170d4cd9cb57c420 0.58 MB 980 25
319,756 319,756 000000000000000014fe4bb36f9f1095a128de2d96f8a9fea4b600bcb1b9c67a 0.40 MB 560 11
319,755 319,755 0000000000000000061a0ece4970662a30f8318823c775c79709500c2647552b 0.92 MB 1,670 28
319,754 319,754 000000000000000011579bc3212ebf5f4dfffa9932fab8185ee1c9ae0245b467 0.93 MB 1,813 32
319,753 319,753 0000000000000000168f2f227e489fcf710f0d92cc859a4f86c4aed8e1d0713f 0.93 MB 1,770 31
319,752 319,752 00000000000000001b3f12665dbc08db8be5e1229d413fdbf5338eaa951826e4 0.74 MB 1,378 28
319,751 319,751 00000000000000000bb9ae36e7f2791d2a3c621e9ac7547f36c69d65b7ff1303 0.56 MB 1,224 31
319,750 319,750 000000000000000005e8d3f3b0397325cbc19ea031a8bf14f9305764327db0c8 0.15 MB 300 21
319,749 319,749 000000000000000016151cbd1a87deecfcd6134da096cf62f8d1933f46ed6041 0.25 MB 514 32
319,748 319,748 00000000000000001e97aaf0750c339ae81eec94b667c2c38a36d67726a3e428 0.49 MB 985 26
319,747 319,747 00000000000000001b998a373cf6ada8b5b606ad4eecd4c1f9f707388381ef9d 0.14 MB 255 30
319,746 319,746 000000000000000003ad288d4021ab943d263fe091c9e22babc521097197d995 0.05 MB 123 33
319,745 319,745 000000000000000011b34cef4ad722d6f5af853dda10c672e6bfca9d4808b83b 0.48 MB 910 32
319,744 319,744 000000000000000007aea3dcd40fbdf7c25df9a193350d82534bc9ab313506df 0.17 MB 314 25
319,743 319,743 000000000000000019c2a718e34e88611b281a1e01f7b71b30b1aa918a32a5c7 0.72 MB 960 22
319,742 319,742 0000000000000000052bcb8ce5e0044b6ddeb52c8ce37d596ecd94095734848f 0.07 MB 131 23
319,741 319,741 000000000000000025168a48f9e84f5d41be178d77860305a56754f80630f59d 0.57 MB 859 23
319,740 319,740 000000000000000019f0ee81f1e05601173365aa8bcb32cb9279a56e6f4f2160 0.75 MB 1,756 29
319,739 319,739 000000000000000017537c51307e1920e3f149ce88bf6bc6915468a83b746663 0.39 MB 834 31
319,738 319,738 00000000000000000a88232b12ecc0dad9a8d26965f6236c5c20e78a231d8d39 0.78 MB 913 19
319,737 319,737 000000000000000013937efff78c1fac77326586e695e2b1a60b6e4e72190db3 0.75 MB 1,834 40
Previous 10 blocks ↓
Total Size: 769.13 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,631.14 GB sent, 93.54 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.