Memory Pool Memory Pool Refreshing

4,400 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (693,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,091 214,091 0000000000000188856fe34f6c949003d3950b33f3de7fb0e1943c4986dc86a2 0.00 MB 1 0
214,090 214,090 00000000000002ef35ec82fa24d0a685c1bc8ad571d4b45fdd1f980e4e265aeb 0.28 MB 584 153
214,089 214,089 00000000000002f48adcfe779cfbb95bcdf68ca0542ed20d05860a007618e2a7 0.00 MB 9 315
214,088 214,088 00000000000000815e4f26e43f5b2dbe777014e4d1d75f64cd4b9feb2a34d6c6 0.22 MB 528 192
214,087 214,087 0000000000000129e9e44ac488212f0ef5f359492a6608f4121c13eeacc8f4f0 0.14 MB 332 166
214,086 214,086 00000000000003f4283d542f66d371863d9cb35cd5bd19e710a02340a7113a1b 0.25 MB 559 150
214,085 214,085 00000000000003a846289f873eb1eaab144e650deb2b07a17850d780152d1c18 0.00 MB 10 11
214,084 214,084 00000000000001ec498435cb1206989b53c0abae481e427e0f15ffe4600d7312 0.25 MB 404 136
214,083 214,083 00000000000000dc7523557f1a5bb4251b103d21ca3df9846958122b40a5ef7f 0.05 MB 124 146
214,082 214,082 0000000000000186eee870dc24f0ff4d938169b1c3dcf51fa9883e6b081df5f3 0.08 MB 128 78
214,081 214,081 000000000000045a695dd580409ab6896726254e66c450a5752e1bf73bda9e29 0.22 MB 512 133
214,080 214,080 000000000000047eb07e3a7ca00b5c1f9ebec51eb32150d8de4eaa5d4390c9fc 0.25 MB 462 138
214,079 214,079 0000000000000504d24845c2ec37ae8f9d0b15d1b8935b33730c73d53388a9dd 0.20 MB 683 394
214,078 214,078 000000000000046277ae9d660ee573f8d2c2936fa732b3715ebb193d0f99c4b0 0.00 MB 10 18
214,077 214,077 0000000000000489aedd5b3a817ff72bcfa90b605216099eb59a0bd541099ee3 0.00 MB 9 183
214,076 214,076 00000000000003eaed1bbffb7e6c208c09d6c6e8c264f18e098585f05ee18f65 0.17 MB 349 171
214,075 214,075 0000000000000077ae26b2aa78706f77bd7f27a2767a212678e2f15bcf9e98ab 0.13 MB 375 202
214,074 214,074 000000000000022b802bbc77f0de7616890e7c4b36330195829579c2f5a0bf03 0.26 MB 391 110
214,073 214,073 0000000000000402f68f56df65a6cb6decf0298fed72da487a2c8cfe79031848 0.05 MB 110 106
214,072 214,072 0000000000000153ed7d2ada975d2345a7c0dd0b4b7495cbca085af61dbe94d8 0.24 MB 299 112
214,071 214,071 000000000000057d76f8d7a62f3de9a874055874614c6423fce82f60b0177d9a 0.25 MB 500 143
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.