Memory Pool Memory Pool Refreshing

9,266 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,111 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,479 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,110 (788,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,896 119,896 00000000000058ef96670b9945190c42d6d284426f0d77eb4bfdab12d5feba31 0.02 MB 19 0
119,895 119,895 0000000000002721ed23771025cf681954c9dd2b47ac00f725ce5b9f3cd28757 0.00 MB 10 809
119,894 119,894 0000000000007cf5a726c1f0c047613132e4100e4a58466319c251ad3658245b 0.00 MB 11 338
119,893 119,893 00000000000075608051723402b2bf354c29ff64de5d75deb9e61b1a918a63b7 0.00 MB 8 0
119,892 119,892 0000000000004d64ed32ec10970dc8b212d6caae243c2caca160b80264ce1ac2 0.00 MB 9 307
119,891 119,891 0000000000001acca50493d1f77b27c7d1b180f709826d1267fc9127981f228b 0.00 MB 10 0
119,890 119,890 00000000000051bc00d23ed8bac75d7170a9fa8d0754880d741a0fb1ad54328e 0.00 MB 13 611
119,889 119,889 000000000000014477fae32affa08f5594a9f2af92103631ee16cc4d6ad8a98c 0.00 MB 16 1,016
119,888 119,888 000000000000ad94a1342ea58783b9d03d58bfe555a83d0a8523f84f249e97a1 0.00 MB 12 906
119,887 119,887 00000000000045710f4d2ba5cf3635b45960e5bd4ea992ccc537585b113065d9 0.00 MB 5 0
119,886 119,886 0000000000003cda2762feebeb39d072fcb8e3d9477ef8eb2555a7fcb90a3e33 0.00 MB 1 0
119,885 119,885 000000000000612f24db16f6fc55d381c69608df60f30870d0fc87d938c5317d 0.00 MB 8 566
119,884 119,884 00000000000083100b3bf968d6888b3ad7e3a9a4ad772819ab2327c7bb0e8ee0 0.02 MB 25 845
119,883 119,883 0000000000008736676be747aa7d14e5c17f3bf44b8579278fe192c5d3f42f86 0.00 MB 11 961
119,882 119,882 0000000000006373bb162b392fcf88e1e269126bfa099f4b720f22d1ff9d48aa 0.00 MB 8 596
119,881 119,881 0000000000007b28aece02c69e274d101005b2987adb9ed72422023cd7ba47e5 0.01 MB 22 1,100
119,880 119,880 0000000000005d7b3311ad8d11793b9e0045e148f3da3a0eef951cb27bdecdd8 0.01 MB 29 321
119,879 119,879 00000000000044ff3792fe627ae59654d28c5981121838dff6dccd5234cf6a78 0.01 MB 20 572
119,878 119,878 0000000000009788993a5acdede5373011b731a47e5e18c4b6e4720ce179cf28 0.00 MB 13 470
119,877 119,877 000000000000b1be56362002d987f77f5860daa432007404c48938fa6501d942 0.00 MB 15 2,429
119,876 119,876 0000000000003a336fe6f4a9ccd0d99e892f231b823ce06160b1ddc4c6f3fdcd 0.01 MB 20 2,245
Previous 10 blocks ↓
Total Size: 769.75 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,679.62 GB sent, 96.67 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.