Memory Pool Memory Pool Refreshing

7,617 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,270 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (628,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,545 279,545 0000000000000002ade4cefdc99c59f09154590764ab061d09166394c728a1d8 0.31 MB 485 23
279,544 279,544 000000000000000038a0f806195a48c6e3ea985cfbe2812462592ca1c49dae2f 0.25 MB 804 70
279,543 279,543 00000000000000003ad38afa0e601521e1778edf254a6c7bf5bbb0593836d408 0.02 MB 61 50
279,542 279,542 000000000000000154adf947add369c6663edf170a297d70efa7c5ef758d7cd3 0.07 MB 140 28
279,541 279,541 00000000000000013f0b1e90f1a1dd22fc144c4226d7436bf269ce987b0164ab 0.03 MB 103 79
279,540 279,540 00000000000000008a0214d864944ae1e8d9166042af274a8bc13aff9a683478 0.05 MB 96 45
279,539 279,539 0000000000000002a94007ab9e2c9c8bdf9bbb1bffded9280f09ea5ad978af7c 0.12 MB 246 46
279,538 279,538 0000000000000001c6eaa3697d706e6b851f1118dc514ee0b79b600705bfd3c0 0.14 MB 325 35
279,537 279,537 0000000000000002ae00b76fab3edc064ff88af281f77fd5a717224cf999ae4a 0.17 MB 350 38
279,536 279,536 0000000000000000c33eea4cc27f5b337dbeb7ef3622df5eb7f592a9fbc1017c 0.25 MB 524 46
279,535 279,535 000000000000000282ec9a2265e29b1183257fb3f986b1ff6a5a6d605bf88aa9 0.19 MB 465 52
279,534 279,534 0000000000000000665ee1b604c388fab8163e0b617c5dfe8b307f27a6e2efab 0.02 MB 40 48
279,533 279,533 00000000000000000a6b575a4cd7a4fa9d140186152e184c3b7d255d14ebaaa5 0.12 MB 212 40
279,532 279,532 0000000000000002fe8f4f9160a2ec8ac2c65912a853e4cdda73af6d2c88f487 0.09 MB 172 35
279,531 279,531 00000000000000007f6b833ddda262b14cfe0a8394f73d22366b79919c9dc1c8 0.20 MB 269 20
279,530 279,530 0000000000000002158d1d34dc145251e999a25cf9bebb70ffdffa8b9e60d57a 0.25 MB 771 67
279,529 279,529 0000000000000001b76cfea6e3dc41615637ea48d642978bec4119107bf437f7 0.23 MB 542 50
279,528 279,528 000000000000000128ec8f121e65f2855c5a3d7c8d3178046cd4497c017d8fbc 0.01 MB 23 7
279,527 279,527 00000000000000010061cefe586434f514ee8e38cb168a72bb96c4fd953077c3 0.22 MB 404 34
279,526 279,526 0000000000000002ab67b92c82f999851b14adf30928cdfe4a1a807d952125e0 0.15 MB 326 63
279,525 279,525 0000000000000002c56c2556e9254d5c59b254d61ba0bcc69dd661d65ab90239 0.23 MB 367 20
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.85 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.