Memory Pool Memory Pool Refreshing

7,001 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,666 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,938 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,665 (624,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,013 283,013 0000000000000001e4e10100b1cefe2f2bb5f7a95d3e9124c0d2c2edb3870a7f 0.05 MB 174 54
283,012 283,012 00000000000000001af59d15a7cda38f818c38badc2b5148e2556a246a68f0d7 0.05 MB 162 230
283,011 283,011 000000000000000084f36b952ff681006d91c89589fba08a2f7e72dc1c3b9dec 0.05 MB 175 66
283,010 283,010 0000000000000000615132312a275dd10660e50b6c3552989a19642c72eccbd5 0.08 MB 186 32
283,009 283,009 00000000000000005ed646e1231ff6a5699e7cb1c7074b45395c97c2dee939cd 0.38 MB 572 33
283,008 283,008 0000000000000001e9d5387bd116ca603d34d98d250f0958aeb48a808e3ae1e0 0.05 MB 185 83
283,007 283,007 00000000000000016fee37dc9dbb77e9ecf8f475637d1f4d40a3ea245f6ed274 0.10 MB 186 30
283,006 283,006 0000000000000001e5e776a710347eaf1de8e6caf5d98b775b47333a5d6bb17f 0.35 MB 737 43
283,005 283,005 000000000000000182a61fb19f3037869ebd0844efab7e8a749ef5b4cf7a4f0c 0.01 MB 19 5
283,004 283,004 000000000000000050702816b9fb4e1b9f696e802bdd8c046937eab954d270bb 0.10 MB 228 48
283,003 283,003 00000000000000015920eafcb5cc955918fd30e2b4ca2d06d1fcce80ea2a4c27 0.20 MB 286 34
283,002 283,002 00000000000000003b225f93b3878640868be6af5837b23045187f35f75d1b6d 0.22 MB 266 22
283,001 283,001 0000000000000000efb0997c64af406f675cd1edecb744b42b518da1c30dbf49 0.25 MB 658 52
283,000 283,000 0000000000000001acd1753cf7079121700058279b6a835023fc31ad688784f5 0.01 MB 28 44
282,999 282,999 000000000000000049f4701e8ac6dc62abd4a951363535697f1553963429a28e 0.17 MB 318 36
282,998 282,998 0000000000000001bc361f163ff6ab447aa705e80250b7464a89186819422035 0.04 MB 75 35
282,997 282,997 00000000000000017add858489f58da5984087b1511feaa8a64b872fa8f96b6c 0.22 MB 350 29
282,996 282,996 00000000000000002e2dc734315046d3ba8f6767348c8898250c6fc3fe606213 0.32 MB 667 40
282,995 282,995 00000000000000014092aa2044b13b898180595225b0c6781ab04a539d561727 0.15 MB 234 33
282,994 282,994 0000000000000001921bdae667d920f00540aece56a194ee89039f89ce1321b1 0.10 MB 140 27
282,993 282,993 00000000000000006b83f454dbba760bdc4705b1ac2b4460575905475fb6d0f1 0.25 MB 459 37
Previous 10 blocks ↓
Total Size: 768.92 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,603.76 GB sent, 92.38 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.