Memory Pool Memory Pool Refreshing

18,552 transactions
8.70 vMB
Show Random Selection Loading Transactions
Max Size: 46/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
901,639 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 4,125 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,638 (720,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,017 181,017 0000000000000950438cb9c87ddf77d6ebef36de46cd63773147032521381449 0.25 MB 545 164
181,016 181,016 00000000000006400ab6d4250d82b9635df6ad1a6661c958434d821a6a03f692 0.05 MB 129 118
181,015 181,015 00000000000004a557ce401a7cde5e3379f618bd0fb95f27d3d507d955d3097b 0.05 MB 147 36
181,014 181,014 00000000000003ddf3a808f1f926df8c792d2c33aff8c61d3df293ef8ff913e5 0.27 MB 512 313
181,013 181,013 00000000000009326d9fb4b63d9240f75207e02146999813b86d2fd437de0883 0.00 MB 1 0
181,012 181,012 00000000000004215e3b9c477edd772b62f2cf44ff3c0e4a529ed921e0861884 0.02 MB 64 143
181,011 181,011 00000000000000be8fef0c52d85064fd3343ae29e1d8e16a17612bdabe82b874 0.21 MB 500 127
181,010 181,010 0000000000000198993f6087da55170c0d0ae41af8d449635af7f68400b80bce 0.18 MB 449 131
181,009 181,009 0000000000000234334455bcd869eff9c50aa160bbb58cad370debb5c8f3c91a 0.05 MB 113 70
181,008 181,008 0000000000000648bef799a914b334023d2b50510532a0f48cb27c65ac5f3572 0.25 MB 639 151
181,007 181,007 000000000000043ca851f72c0a00187a7bcabd0c6095341547c7781f2659a42e 0.25 MB 696 139
181,006 181,006 00000000000005b72502467c3255d7abf88aae6d3d597d3215770bfbdce79848 0.18 MB 287 108
181,005 181,005 000000000000014bf9cf5fe1f40df23d845e93c832d2f2953996fd71107d039a 0.05 MB 110 104
181,004 181,004 000000000000006371b7044d69d94495a17d70c533d922dd29b9dc0fd748b36d 0.05 MB 127 123
181,003 181,003 0000000000000095653feb699b10090330c160bd51ae15ea491e01167dd7cd20 0.25 MB 506 137
181,002 181,002 00000000000007185067933ae4ead59eef8c6d188f5ffd0a4778b7a65bfb799f 0.19 MB 482 146
181,001 181,001 0000000000000949bd58b743e2bea53cf95d42596f9b09ff148c2b956f3f4c66 0.09 MB 209 106
181,000 181,000 000000000000089558f2de87ee02ba250391e964683ac7d867e09f66e65ebbab 0.23 MB 590 125
180,999 180,999 0000000000000975addfdba189e55d4133f3b4934857adee5662ae2f9e76afdb 0.17 MB 442 133
180,998 180,998 00000000000007679c843c81296d8523e269d7d96fc2fbc73f8bfac2ade20a07 0.05 MB 120 135
180,997 180,997 000000000000016de0a020a0de7bc385d4edad85e9b7fe63b470a384191beedc 0.03 MB 77 154
Previous 10 blocks ↓
Total Size: 758.55 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: 744.72 GB sent, 39.73 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.